export interface RegisteredEndpoint { httpVerb: string; endpoint: string; }