interface SendNodeCommand {
    data: any;
    requestId: string;
    url: string;
}

Properties

Properties

data: any
requestId: string
url: string