/** * Omit the given keys from an object type. */ export type Omit = Pick>;