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

Interface UntrackedThenable

packages/shared/ReactTypes.ts:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45interface UntrackedThenable<T, Result, Err>
46 extends ThenableImpl<T, Result, Err> {
47 status?: void;
48}
49
50export interface PendingThenable<T, Result, Err>
51 extends ThenableImpl<T, Result, Err> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected