Variable QuantityOmitConst
QuantityOmit: ZodObject<
{
createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
deletedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
minQuantity: ZodOptional<ZodCoercedBoolean<unknown>>;
productId: ZodOptional<ZodCoercedBoolean<unknown>>;
quantity: ZodOptional<ZodCoercedBoolean<unknown>>;
readonly: ZodOptional<ZodCoercedBoolean<unknown>>;
storeId: ZodOptional<ZodCoercedBoolean<unknown>>;
updatedAt: ZodOptional<ZodCoercedBoolean<unknown>>;
updatedById: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...
QuantityOmit schema (Thu Nov 13 2025)