struct RecordFieldTypeAnnotationA labeled field in a record type annotation.
Properties
let label: String
The field name.
let label_start: Int
The inclusive starting byte offset of the label.
let label_end: Int
The exclusive ending byte offset of the label.
let value: TypeAnnotation
The field's annotated type.
let start: Int
The inclusive starting byte offset in the source.
let end: Int
The exclusive ending byte offset in the source.