export interface EndPoint { service: string; path: string; } export interface EndPoints { [key: string]: EndPoint; }