update api reports

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2023-02-01 09:17:32 +01:00
parent 37e9ba8a7d
commit c3798fd6bd
4 changed files with 4 additions and 2 deletions
+2
View File
@@ -139,5 +139,7 @@ export interface ToolSearchResultListItemProps {
rank?: number;
// (undocumented)
result?: IndexableDocument;
// (undocumented)
toggleModal?: () => void;
}
```