Awaitable
Signature
export type Awaitable<V> = Promise<V> | V;Members
This export does not declare public properties or methods in the generated declaration file.
export type Awaitable<V> = Promise<V> | V;This export does not declare public properties or methods in the generated declaration file.