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