export interface IUrlList {
    urls: string[];
}
