/** * Remove keys with `never` value from object type * */ export type NonNever = Pick;