Variable: ValidationOptionsForCreateSchema
ts
const ValidationOptionsForCreateSchema: ZodObject<{
levels: ZodOptional<ZodArray<ZodCustom<string & object | "WARNING" | "ERROR", string & object | "WARNING" | "ERROR">>>;
}, $loose>;Defined in: src/cloud/models/validationOptionsForCreate.ts:8
The level of validation to return from the API. If no values are provided, the default would return WARNING and ERROR level validation results.