smartrequest/dist/smartrequest.interfaces.d.ts

5 lines
125 B
TypeScript
Raw Normal View History

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