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