PromiseOftype PromiseOf<T> = T extends Promise<infer U> ? U : T;§Type Parameters§T[src]§Type§T extends Promise<infer U> ? U : T[src]