SchemaShapeInfo
Public typealias
Signature
type SchemaShapeInfo = {
meta?: Record<string, AnyValidator>
migrations?: LegacyMigrations | MigrationSequence | TLShapePropsMigrations
props?: Record<string, AnyValidator>
}
References
LegacyMigrations, MigrationSequence, TLShapePropsMigrations
Source