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