webclient-options.d.ts 111 B

1234567
  1. export interface IWebClientOptions {
  2. method: string;
  3. url: string;
  4. headers?: any;
  5. body?: any;
  6. }