import {IApiParams} from "./IApiParams";

interface IApiParamsCollection{
    [key:string]:IApiParams | string
}
export {IApiParamsCollection}