export type Omit = Pick>; export type ValueOf = T[keyof T];