interface NodePromiseResponse {
    reason?: any;
    status?: string;
    value?: any;
}

Properties

reason?: any
status?: string
value?: any