ValueItemConfig: Readonly<{
    key: string;
    op:
        | "lt"
        | "lte"
        | "eq"
        | "gt"
        | "gte";
    value: string;
}>