UNPKG

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