Search...
export declare type Awaitable<T> = T | Promise<T>;
export declare type Awaitable<T> = T | Promise<T>;

No summary provided.