Variable CustomerOmitConst
CustomerOmit: ZodObject<
{
createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
deletedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
readonly: ZodOptional<ZodCoercedBoolean<unknown>>;
updatedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
updatedById: ZodOptional<ZodCoercedBoolean<unknown>>;
uuid: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...
CustomerOmit schema (Thu Nov 13 2025)