export interface ActivityLogFilter { filterType: string; action: string; queryParams: number[]; subType: string; }