Interface: Schema\<TTableName\>
Interface: Schema<TTableName>
One finalized schema. TTableName keeps the declared names in the type, so
configuration that addresses a table by name is checked against the schema
it was written for. Code that accepts any schema uses the default.
Type Parameters
| Type Parameter | Default type |
|---|---|
TTableName extends string | string |
Properties
$engine
readonly $engine: Readonly<Record<string, EngineTable>>;$schemaName
readonly $schemaName: string;$tables
readonly $tables: Readonly<Record<TTableName, AppKitTable>>;