From 06c648242a7a7dc0a3dd4c66d5e860be1a2baba6 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 19 Apr 2022 00:38:40 +0200 Subject: [PATCH] chore: reference the gapi.client.calnder types directly in the types.d.ts Signed-off-by: blam --- plugins/gcalendar/src/api/types.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/gcalendar/src/api/types.ts b/plugins/gcalendar/src/api/types.ts index b6d9a36eb9..5c8bbdd1c1 100644 --- a/plugins/gcalendar/src/api/types.ts +++ b/plugins/gcalendar/src/api/types.ts @@ -14,8 +14,7 @@ * limitations under the License. */ -/// -/// +/// export type GCalendarList = gapi.client.calendar.CalendarList;