/** A value or a promise of that value */ export type Awaitable = T | Promise;