interface RequestData {
    options: BacklogRequestOption;
    url: URL;
}

Properties

Properties

url: URL