UNPKG

redoc

Version:
4 lines (2 loc) 100 B
export * from './open-api'; export type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;