export interface ToolbarFilterCommon {
    key: string;
    label: string;
    isPinned?: boolean;
    query: string;
    placeholder?: string;
}
