mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-19 17:40:08 +02:00
fix: total is not needed as a return value to plugins
This commit is contained in:
@@ -55,7 +55,6 @@ export interface Toaster {
|
||||
export interface FilePickerRes {
|
||||
path: string;
|
||||
realpath: string;
|
||||
total: number;
|
||||
}
|
||||
|
||||
export interface ServerAPI {
|
||||
|
||||
Reference in New Issue
Block a user