export interface IUrlInfo {
    name: string;
    httpMethod: string;
    url: string;
}
