ruby.d.ts 267 B

12345678
  1. export declare function getOptions(): any[];
  2. export declare function convert(request: any, options: {
  3. indentType: string;
  4. indentCount: number;
  5. requestTimeout: number;
  6. trimRequestBody: boolean;
  7. followRedirect: boolean;
  8. }, callback: Function): any;