SchemaField
Represents a field in a schema, which can be either a custom field defined in the schema or one of the built-in fields that are automatically added to all items.
Definition
Type: SchemaField = keyof T['fields'] | keyof typeof kBuiltinFields