vtils

Home > vae > VaeSchemaParseOptions

VaeSchemaParseOptions type

Signature:

export declare type VaeSchemaParseOptions = {
    ctx?: VaeSchemaParseContext;
    curPath?: VaeSchemaPath;
    abortEarly?: boolean;
    preserveUnknownKeys?: boolean;
    cast?: boolean;
};

References: VaeSchemaParseContext, VaeSchemaPath