export type Omit = Pick> export type SingleOrArray = { [P in T]: Properties[P] | Array }