inventory-db
    Preparing search index...

    Variable QuantityOwnSelectFieldsSchemaJsonConst

    QuantityOwnSelectFieldsSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        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,
        >,
    > = ...