Skip to content

Commit

Permalink
Names is returning Serial and not string
Browse files Browse the repository at this point in the history
  • Loading branch information
beothorn committed Jul 14, 2024
1 parent 3e132dc commit 6205bde
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 6205bde

Please sign in to comment.