export type Assign = Omit & U; export type Optional = Pick, K> & Omit; export type MaybePromise = T | Promise;