export interface FilterParams {
    url: string;
    limit: number;
    keepKey: string[];
    forceHistoryMode?: boolean | undefined;
}
