UNPKG

redoc

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