smartrequest/ts/smartrequest.interfaces.ts

6 lines
173 B
TypeScript
Raw Normal View History

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