UNPKG

118 BTypeScriptView Raw
1export interface HttpApiOptions {
2 responseType?: string;
3 transport?: object;
4 noContentResponse?: object
5}