mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: remove tasklist ts declaration and remove tasklist dependency
This commit is contained in:
parent
2363a6d0b2
commit
e15479cd6a
3 changed files with 0 additions and 64 deletions
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 };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue