Home > vae > VaeSchemaParseOptions
Signature:
export declare type VaeSchemaParseOptions = {
ctx?: VaeSchemaParseContext;
curPath?: VaeSchemaPath;
abortEarly?: boolean;
preserveUnknownKeys?: boolean;
cast?: boolean;
};
References: VaeSchemaParseContext, VaeSchemaPath