scripts/api-extractor: sync API definitions

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-04-26 20:51:12 +02:00
parent 215b44de9c
commit 9d3fb9a30a
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -33,6 +33,8 @@ export interface SearchQuery {
pageCursor: string;
// (undocumented)
term: string;
// (undocumented)
types?: string[];
}
// @public (undocumented)