@servicenow/sdk - v4.9.0
    Preparing search index...
    DynamicDataSchemaField: DynamicDataSchemaFieldBase & (
        | { type: BasicFieldType }
        | { groups: GroupSchema[]; type: "radio" }
        | { choices: (string | { label: string; name: string })[]; type: "choice" }
        | { query?: string; table: TableName; type: "reference" }
    )

    A field definition in a DynamicDataSchema with optional groups and choices.