export type UserParam = string | Partial<{ token: string; }>; export type Overwrite = Pick> & U;