Variable QuantityOmitFieldsSchemaConst
QuantityOmitFieldsSchema: ZodObject<
{
alertThreshold: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
quantity: ZodOptional<ZodCoercedBoolean<unknown>>;
storeId: ZodOptional<ZodCoercedBoolean<unknown>>;
variantId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...