vtils

Home > vae > VaeSchema > parseOrThrow

VaeSchema.parseOrThrow() method

Signature:

parseOrThrow(data: T0, options?: VaeSchemaParseOptions): T0;

Parameters

Parameter Type Description
data T0  
options VaeSchemaParseOptions (Optional)

Returns:

T0