diff --git a/packages/aris-source-google-calendar/src/index.ts b/packages/aris-source-google-calendar/src/index.ts index 3549014..59537a9 100644 --- a/packages/aris-source-google-calendar/src/index.ts +++ b/packages/aris-source-google-calendar/src/index.ts @@ -1,7 +1,6 @@ export { NextEventKey, type NextEvent } from "./calendar-context" export { CalendarFeedItemType, - type CalendarFeedItemType as CalendarFeedItemTypeType, type CalendarAllDayFeedItem, type CalendarEventFeedItem, type CalendarFeedItem, @@ -10,7 +9,6 @@ export { DefaultGoogleCalendarClient } from "./google-calendar-api" export { GoogleCalendarSource, type GoogleCalendarSourceOptions } from "./google-calendar-source" export { EventStatus, - type EventStatus as EventStatusType, type ApiCalendarEvent, type ApiEventDateTime, type CalendarEventData,