Search


Search something to see results

PromiseRejectedResult

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

Index

Properties

Properties

status: "rejected"
reason: any