/** * Awaitable type - can be a value or a promise of that value */ export type Awaitable = T | Promise; //# sourceMappingURL=types.d.ts.map