MCPcopy Create free account
hub / github.com/BetaSu/big-react / RejectedThenable

Interface RejectedThenable

packages/shared/ReactTypes.ts:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61export interface RejectedThenable<T, Result, Err>
62 extends ThenableImpl<T, Result, Err> {
63 status: 'rejected';
64 reason: Err;
65}
66
67export type Thenable<T, Result = void, Err = any> =
68 | UntrackedThenable<T, Result, Err>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected