diff --git a/types/algoliasearch/index.d.ts b/types/algoliasearch/index.d.ts index 0e3efbdcda..669a3b8083 100644 --- a/types/algoliasearch/index.d.ts +++ b/types/algoliasearch/index.d.ts @@ -1270,7 +1270,7 @@ declare namespace algoliasearch { * Filter the query by a set of tags. * Default: [] */ - tagFilters?: string[]; + tagFilters?: (string|string[])[]; /** * Filter the query by a set of facets. * Default: []