Variable QuantityOwnSelectFieldsSchemaConst
QuantityOwnSelectFieldsSchema: ZodObject<
{
alertThreshold: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
quantity: ZodOptional<ZodCoercedBoolean<unknown>>;
store: ZodOptional<ZodCoercedBoolean<unknown>>;
storeId: ZodOptional<ZodCoercedBoolean<unknown>>;
variant: ZodOptional<ZodCoercedBoolean<unknown>>;
variantId: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...