App SDK APItype-aliasesAwait\<T\>On this pageAwait<T> type Await<T> = T extends PromiseLike<infer U> ? U : T; Type Parameters T T