static types()

in imagesearch-20200212/ts/src/client.ts [420:426]


  static types(): { [key: string]: any } {
    return {
      docsReturn: 'number',
      docsFound: 'number',
      searchTime: 'number',
    };
  }