Variable DiscountOmitFieldsSchemaConst
DiscountOmitFieldsSchema: ZodObject<
{
code: ZodOptional<ZodCoercedBoolean<unknown>>;
endDate: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
maxOrderTotal: ZodOptional<ZodCoercedBoolean<unknown>>;
maxQuantity: ZodOptional<ZodCoercedBoolean<unknown>>;
minOrderTotal: ZodOptional<ZodCoercedBoolean<unknown>>;
minQuantity: ZodOptional<ZodCoercedBoolean<unknown>>;
startDate: ZodOptional<ZodCoercedBoolean<unknown>>;
type: ZodOptional<ZodCoercedBoolean<unknown>>;
usageCount: ZodOptional<ZodCoercedBoolean<unknown>>;
usageLimit: ZodOptional<ZodCoercedBoolean<unknown>>;
value: ZodOptional<ZodCoercedBoolean<unknown>>;
valueType: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...