Variable QuantityCreateConst
QuantityCreate: ZodObject<
{
minQuantity: ZodOptional<ZodCoercedNumber<unknown>>;
productId: ZodCoercedNumber<unknown>;
quantity: ZodCoercedNumber<unknown>;
readonly: ZodOptional<ZodCoercedBoolean<unknown>>;
storeId: ZodCoercedNumber<unknown>;
updatedById: ZodOptional<ZodCoercedNumber<unknown>>;
},
$strip,
> = ...
QuantityCreate schema (Thu Nov 13 2025)