@shopify/oxygen-workers-types
    Preparing search index...

    Type Alias ComparisonFilter

    type ComparisonFilter = {
        key: string;
        type: "eq" | "ne" | "gt" | "gte" | "lt" | "lte";
        value: string | number | boolean;
    }
    Index

    Properties

    Properties

    key: string
    type: "eq" | "ne" | "gt" | "gte" | "lt" | "lte"
    value: string | number | boolean