Adding API report

Signed-off-by: Severin Wischmann <severinwischmann@nianticlabs.com>
This commit is contained in:
Severin Wischmann
2024-10-26 00:49:43 +02:00
parent c4ffd13260
commit 42022d6778
2 changed files with 2 additions and 0 deletions
@@ -23,6 +23,7 @@ export type AutocompleteHandler = ({
}) => Promise<{
results: {
title: string;
id?: string;
}[];
}>;
+1
View File
@@ -215,6 +215,7 @@ export interface ScaffolderApi {
}): Promise<{
results: {
title: string;
id?: string;
}[];
}>;
cancelTask(taskId: string): Promise<void>;