Variable QuantityCreateSchemaConst
QuantityCreateSchema: ZodPipe<
ZodTransform<unknown, unknown>,
ZodObject<
{
alertThreshold: ZodOptional<ZodCoercedNumber<unknown>>;
quantity: ZodCoercedNumber<unknown>;
storeId: ZodCoercedNumber<unknown>;
variantId: ZodCoercedNumber<unknown>;
},
$strip,
>,
> = ...