Variable CustomerGroupUpdateConst
CustomerGroupUpdate: ZodObject<
{
customerGroupDiscounts: ZodOptional<
ZodOptional<
ZodObject<
{
connect: ZodArray<
ZodObject<{ id: ZodCoercedNumber<unknown> }, $strip>,
>;
},
$strip,
>,
>,
>;
readonly: ZodOptional<ZodOptional<ZodCoercedBoolean<unknown>>>;
uuid: ZodOptional<ZodUUID>;
},
$strip,
> = ...
CustomerGroupUpdate schema (Thu Nov 13 2025)