export interface ILogQLParsedQueryItem {
	type: string;
	value: string | string[];
}
