FsTaggedField Type
One field of a tagged-union case. The name is the JS property key verbatim: Fable emits the field under its F# name, and backtick escaping is transparent there (`` ``type`` `` reaches JS as `type`), so no separate compiled name is needed.