diff --git a/alexa-remote.d.ts b/alexa-remote.d.ts index dc6414b..47cc656 100644 --- a/alexa-remote.d.ts +++ b/alexa-remote.d.ts @@ -278,7 +278,7 @@ declare module "alexa-remote2" { cookieData?: string; baseUrl: string; friendlyNames: Record; - names: Record; + names: Record; lastAuthCheck: number | null; setCookie(_cookie: string): void;