import { PathItem } from './PathItem'; import { Reference } from './Reference'; export interface Callback { [key: string]: PathItem | ReferenceType; [key: `x-${string}`]: any; }