import { SecurityDefinition } from './SecurityDefinition'; export interface SecurityDefinitions { [key: string]: SecurityDefinition; }