smartrequest/ts/smartrequest.interfaces.ts

7 lines
176 B
TypeScript
Raw Normal View History

2018-06-13 20:34:49 +00:00
import * as plugins from './smartrequest.plugins';
import * as https from 'https';
2017-01-28 23:51:47 +00:00
2017-01-29 00:12:42 +00:00
export interface ISmartRequestOptions extends https.RequestOptions {
2018-06-13 20:34:49 +00:00
requestBody?: any;
2017-06-09 19:48:16 +00:00
}