interface PromiseRejectedResult {
    status: "rejected";
    reason: any;
}

Properties

Properties

status
reason: any