UNPKG

ionic-native-http-connection-backend

Version:
5 lines (4 loc) 190 B
import { HTTP } from '@awesome-cordova-plugins/http/ngx'; export declare type RequestOptions = Parameters<typeof HTTP.prototype.sendRequest>[1] | { data?: Object | FormData | string; };