SchemaShapeInfo

Public TypeAlias

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

Migrations, Record

Edit this page
Last edited on 12 June 2023
PointerRecordTypeshapeIdValidator