Skip to content

Awaitable

Awaitable<T> = T | Promise<T>

Defined in: packages/api-client/src/core/types/index.ts:6

A value that may be either synchronous or wrapped in a Promise.

T