Skip to content

Awaitable

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

Defined in: src/structures/Types/Utils.ts:615

Type Parameter
T