RecordFieldTypeAnnotation

struct RecordFieldTypeAnnotation

A 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 start: Int

The inclusive starting byte offset in the source.

let end: Int

The exclusive ending byte offset in the source.