Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
toyamarinyon committed Oct 21, 2024
1 parent b3e0895 commit 447b913
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ interface PendingWebSearchItemReference {
status: Extract<WebSearchStatus, "pending">;
title: string;
url: string;
relevance: number;
}
interface CompletedWebSearchItemReference {
id: WebSearchContentId;
Expand Down

0 comments on commit 447b913

Please sign in to comment.