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

export type { Awaitable };
