static types()

in imagesearch-20200212/ts/src/client.ts [443:448]


  static types(): { [key: string]: any } {
    return {
      id: 'number',
      name: 'string',
    };
  }