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