interface NodeCommandResponse {
    data: JsonRequest;
    url: string;
}

Properties

Properties

url: string