Skip to content

Commit b076d83

Browse files
nicolasvienotbrunoocasali
authored andcommitted
chore: export type GranularFilterableAttribute
1 parent 77f4fcd commit b076d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ export type UpdateDocumentsByFunctionOptions = {
503503
** Settings
504504
*/
505505

506-
type GranularFilterableAttribute = {
506+
export type GranularFilterableAttribute = {
507507
attributePatterns: string[];
508508
features: {
509509
facetSearch: boolean;

0 commit comments

Comments
 (0)