export = IQueryParamsPair; interface IQueryParamsPair { query: string; params: any[]; }