123456789101112 |
- declare const _exports: {
- convert: (request: any, options: {
- indentType: string;
- indentCount: string;
- includeBoilerplate?: boolean;
- followRedirect: boolean;
- trimRequestBody: boolean;
- requestTimeout: number;
- }, callback: Function) => any;
- getOptions: () => any[];
- };
- export = _exports;
|