Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated authored Oct 21, 2023
1 parent 092387e commit e828e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/module.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export class PatchBay
{
unlink(): void;

list<T extends string = DefaultProps>(props?: T[]): Record<T, string>;
list<T extends string = DefaultProps>(props?: T[]): Record<T, string>[];
link(data: {key: string, value: string, mode: "include" | "exclude"}): boolean;

static hasPipeWire(): boolean;
Expand Down

0 comments on commit e828e90

Please sign in to comment.