Adding API report
Signed-off-by: Severin Wischmann <severinwischmann@nianticlabs.com>
This commit is contained in:
@@ -23,6 +23,7 @@ export type AutocompleteHandler = ({
|
||||
}) => Promise<{
|
||||
results: {
|
||||
title: string;
|
||||
id?: string;
|
||||
}[];
|
||||
}>;
|
||||
|
||||
|
||||
@@ -215,6 +215,7 @@ export interface ScaffolderApi {
|
||||
}): Promise<{
|
||||
results: {
|
||||
title: string;
|
||||
id?: string;
|
||||
}[];
|
||||
}>;
|
||||
cancelTask(taskId: string): Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user