static types()

in imagesearch-20200212/ts/src/client.ts [31:40]


  static types(): { [key: string]: any } {
    return {
      categoryId: 'number',
      instanceName: 'string',
      productId: 'string',
      picName: 'string',
      num: 'number',
      start: 'number',
    };
  }