Variable QuantityUpdateSchemaConst
QuantityUpdateSchema: ZodObject<
{
itemId: ZodOptional<ZodCoercedNumber<unknown>>;
minQuantity: ZodOptional<ZodOptional<ZodCoercedNumber<unknown>>>;
quantity: ZodOptional<ZodOptional<ZodCoercedNumber<unknown>>>;
roomId: ZodOptional<ZodCoercedNumber<unknown>>;
},
$strip,
> = ...