UNPKG

redoc

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