From e828e9014a3bc713f84df0e6707d148365803108 Mon Sep 17 00:00:00 2001 From: V Date: Sat, 21 Oct 2023 19:38:25 +0200 Subject: [PATCH] Fix types --- lib/module.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/module.d.ts b/lib/module.d.ts index 3a8e600..ddd7d9e 100644 --- a/lib/module.d.ts +++ b/lib/module.d.ts @@ -4,7 +4,7 @@ export class PatchBay { unlink(): void; - list(props?: T[]): Record; + list(props?: T[]): Record[]; link(data: {key: string, value: string, mode: "include" | "exclude"}): boolean; static hasPipeWire(): boolean;