Home > vae > VaeSchemaType
Signature:
export declare type VaeSchemaType = 'string' | 'number' | 'object' | 'date' | 'boolean' | 'array';