export type ExactType> = Omit & U; export type PickRequired = Omit & Required>; export type MaybePromise = Promise | TType;