export interface RequestConfig { path?: string; method?: string; produces?: string; }