Public typealias

Signature
type SchemaShapeInfo = {
  migrations?: Migrations
  props?: Record<
    string,
    {
      validate: (prop: any) => any
    }
  >
  meta?: Record<
    string,
    {
      validate: (prop: any) => any
    }
  >
}
References

Migrations

Source

packages/tlschema/src/createTLSchema.ts

PointerRecordTypeshapeIdValidator