interface APIURL {
    kind: APIURLKind;
    url: string;
}

Properties

Properties

Kind of API

url: string