We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516cbe5 commit 124206fCopy full SHA for 124206f
search/utils/apiTypes.ts
@@ -39,6 +39,7 @@ export interface ChunkMetadataWithScore {
39
lon: number;
40
} | null;
41
score: number;
42
+ image_urls: string[] | null;
43
}
44
45
export const indirectHasOwnProperty = (obj: unknown, prop: string): boolean => {
0 commit comments