smartrequest/ts/smartrequest.interfaces.ts
2019-06-12 15:16:27 +02:00

8 lines
203 B
TypeScript

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