From d1462038320603ae97cbe3ba11ab1b422f92323d Mon Sep 17 00:00:00 2001 From: Scott Batson Date: Wed, 7 Jun 2023 10:50:34 -0400 Subject: [PATCH] list proper types for currentLocation --- types/rendition.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/rendition.d.ts b/types/rendition.d.ts index 69adb707d..ccc990eed 100644 --- a/types/rendition.d.ts +++ b/types/rendition.d.ts @@ -75,8 +75,8 @@ export default class Rendition { clear(): void; - currentLocation(): DisplayedLocation; - currentLocation(): Promise; + currentLocation(): Location; + currentLocation(): Promise; destroy(): void;