Variable QuantityCreateSchemaConst
QuantityCreateSchema: ZodPipe<
ZodTransform<unknown, unknown>,
ZodObject<
{
itemId: ZodCoercedNumber<unknown>;
minQuantity: ZodOptional<ZodCoercedNumber<unknown>>;
quantity: ZodOptional<ZodCoercedNumber<unknown>>;
roomId: ZodCoercedNumber<unknown>;
},
$strip,
>,
> = ...