Skip to content

Awaitable

type Awaitable<T> = Promise<T> | T;

Defined in: src/types/Utils.ts:487

Type Parameter
T