We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133b2c0 commit a7a8781Copy full SHA for a7a8781
clients/search-component/src/utils/types.ts
@@ -5,6 +5,6 @@ export type Chunk = Omit<ChunkMetadata, "metadata"> & {
5
highlightTitle?: string | undefined | null;
6
highlightDescription?: string | undefined | null;
7
metadata: {
8
- [key: string]: any;
+ [key: string]: string;
9
};
10
0 commit comments