export interface IQueryParam { name: string; value: any; }