Skip to content

Commit

Permalink
Merge pull request #244 from beothorn/incorrectTSForNames
Browse files Browse the repository at this point in the history
Names is returning Serial and not string
  • Loading branch information
Apollon77 authored Oct 20, 2024
2 parents ee20f50 + 6205bde commit 251f304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alexa-remote.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ declare module "alexa-remote2" {
cookieData?: string;
baseUrl: string;
friendlyNames: Record<string, string>;
names: Record<string, string>;
names: Record<string, Serial>;
lastAuthCheck: number | null;

setCookie(_cookie: string): void;
Expand Down

0 comments on commit 251f304

Please sign in to comment.