Type Alias: SchemaField<T>
SchemaField<
T> = keyofT["fields"] | keyof typeofkBuiltinFields
Defined in: cfds/base/schema.ts:174
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.
Type Parameters
| Type Parameter | Description |
|---|---|
T extends Schema | The schema type |