export interface SearchBuilderGroupQuery {
    type: string;
    value: unknown;
    config?: {
        [key: string]: unknown;
    };
}
