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