smartrequest/dist/smartrequest.interfaces.d.ts

5 lines
126 B
TypeScript
Raw Normal View History

2017-01-28 23:51:47 +00:00
import * as https from 'https';
2017-01-29 00:12:42 +00:00
export interface ISmartRequestOptions extends https.RequestOptions {
2017-01-28 23:51:47 +00:00
requestBody?: any;
}