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

6 lines
174 B
TypeScript

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