• Parameters

    • key: string
    • comparator: "EQ"
    • value: string | boolean

    Returns undefined | {
        comparator: "EQ";
        option: string;
        type: "SHOW" | "HIDE";
        value: string | boolean;
    }