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