export type PromiseType> = T extends Promise ? U : never;