From 942475a64bba28f4f8ef3401bb2a1557e12034e8 Mon Sep 17 00:00:00 2001 From: Dylan Tientcheu Date: Tue, 15 Jul 2025 17:28:52 +0200 Subject: [PATCH] Update types/docsearch.d.ts Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> --- types/docsearch.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/docsearch.d.ts b/types/docsearch.d.ts index b7e2c71c..9518f600 100644 --- a/types/docsearch.d.ts +++ b/types/docsearch.d.ts @@ -175,7 +175,7 @@ export interface AskAiScreenTranslations { aggregatedToolCallText?: string } -export type DocSearchAskAi = { +export interface DocSearchAskAi { /** * The index name to use for the ask AI feature. Your assistant will search this index for relevant documents. * If not provided, the index name will be used.