import { PathItem } from './PathItem'; export interface Paths { [path: string]: PathItem; }