Skip to content

Commit a7a8781

Browse files
committed
fix lint
1 parent 133b2c0 commit a7a8781

File tree

1 file changed

+1
-1
lines changed
  • clients/search-component/src/utils

1 file changed

+1
-1
lines changed

clients/search-component/src/utils/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export type Chunk = Omit<ChunkMetadata, "metadata"> & {
55
highlightTitle?: string | undefined | null;
66
highlightDescription?: string | undefined | null;
77
metadata: {
8-
[key: string]: any;
8+
[key: string]: string;
99
};
1010
};

0 commit comments

Comments
 (0)