mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 09:43:57 +00:00
first commit
This commit is contained in:
13
src/declaration.d.ts
vendored
Normal file
13
src/declaration.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
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