vtils

Home > vae > VaeSchemaType

VaeSchemaType type

Signature:

export declare type VaeSchemaType = 'string' | 'number' | 'object' | 'date' | 'boolean' | 'array';