Appearance
ambiten
ambiten / core / SchemaDefinition
SchemaDefinition<T> = object
T
object
Defined in: packages/core/src/types/schema.type.ts:7
Represents the schema definition for a document.
The type of the document.
[key: string]: Record<keyof T, any>
key
string
Record
any