SearchOptions type

完全な検索要求をコミットするためのオプション。

type SearchOptions<TModel, TFields> = OperationOptions &
  SearchRequestOptions<TModel, TFields>