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