Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraVieira committed Aug 28, 2024
1 parent 133b2c0 commit a7a8781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/search-component/src/utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export type Chunk = Omit<ChunkMetadata, "metadata"> & {
highlightTitle?: string | undefined | null;
highlightDescription?: string | undefined | null;
metadata: {
[key: string]: any;
[key: string]: string;
};
};

0 comments on commit a7a8781

Please sign in to comment.