export interface IParamsObject { [name: string]: number | string | null; }