mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 16:53:57 +00:00
feat: remove tasklist ts declaration and remove tasklist dependency
This commit is contained in:
13
src/declaration.d.ts
vendored
13
src/declaration.d.ts
vendored
@@ -1,13 +0,0 @@
|
||||
declare module "tasklist" {
|
||||
interface Task {
|
||||
imageName: string;
|
||||
pid: number;
|
||||
sessionName: string;
|
||||
sessionNumber: number;
|
||||
memUsage: number;
|
||||
}
|
||||
|
||||
function tasklist(): Promise<Task[]>;
|
||||
|
||||
export { tasklist };
|
||||
}
|
||||
Reference in New Issue
Block a user