Skip to content

Variable: ValidationOptionsForUpdateSchema

ts
const ValidationOptionsForUpdateSchema: ZodObject<{
  levels: ZodOptional<ZodArray<ZodCustom<string & object | "WARNING" | "ERROR", string & object | "WARNING" | "ERROR">>>;
}, $loose>;

Defined in: src/cloud/models/validationOptionsForUpdate.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.