fix: total is not needed as a return value to plugins

This commit is contained in:
Marco Rodolfi
2023-06-22 10:41:09 +02:00
committed by GitHub
parent a4d1fcf086
commit 979a630f2b

View File

@@ -55,7 +55,6 @@ export interface Toaster {
export interface FilePickerRes {
path: string;
realpath: string;
total: number;
}
export interface ServerAPI {