/** * * param data for get method * * */ export interface IParamsObject { [name: string]: number | string | null }