Public typealias

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

LegacyMigrations, MigrationSequence, TLShapePropsMigrations

Source

packages/tlschema/src/createTLSchema.ts

PointerRecordTypeshapeIdValidator