AwaitableMake a function awaitable by returning a promise or the value.API/Type Aliases/Awaitablehoshimi/src/types/Manager.d.tsSignaturetype Awaitable<T> = Promise<T> | T;MembersThis export does not declare public properties or methods in the generated declaration file.