smartrequest/ts/smartrequest.interfaces.ts
2017-06-09 21:48:16 +02:00

7 lines
173 B
TypeScript

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