interface UrlEndpoint {
    target: string;
    url: string;
}

Properties

Properties

target: string
url: string