Variable CustomerGroupDiscountOmitConst
CustomerGroupDiscountOmit: ZodObject<
{
createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
customerGroupId: ZodOptional<ZodCoercedBoolean<unknown>>;
discountId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
updatedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...
CustomerGroupDiscountOmit schema (Thu Nov 13 2025)