smartrequest/dist/smartrequest.interfaces.d.ts
2017-01-29 01:12:42 +01:00

5 lines
126 B
TypeScript

import * as https from 'https';
export interface ISmartRequestOptions extends https.RequestOptions {
requestBody?: any;
}