mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 00:51:20 +00:00
refactor(google-calendar): remove redundant type aliases (#48)
The *TypeType re-exports are unnecessary since consumers can use import type to get the type. Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
export { NextEventKey, type NextEvent } from "./calendar-context"
|
export { NextEventKey, type NextEvent } from "./calendar-context"
|
||||||
export {
|
export {
|
||||||
CalendarFeedItemType,
|
CalendarFeedItemType,
|
||||||
type CalendarFeedItemType as CalendarFeedItemTypeType,
|
|
||||||
type CalendarAllDayFeedItem,
|
type CalendarAllDayFeedItem,
|
||||||
type CalendarEventFeedItem,
|
type CalendarEventFeedItem,
|
||||||
type CalendarFeedItem,
|
type CalendarFeedItem,
|
||||||
@@ -10,7 +9,6 @@ export { DefaultGoogleCalendarClient } from "./google-calendar-api"
|
|||||||
export { GoogleCalendarSource, type GoogleCalendarSourceOptions } from "./google-calendar-source"
|
export { GoogleCalendarSource, type GoogleCalendarSourceOptions } from "./google-calendar-source"
|
||||||
export {
|
export {
|
||||||
EventStatus,
|
EventStatus,
|
||||||
type EventStatus as EventStatusType,
|
|
||||||
type ApiCalendarEvent,
|
type ApiCalendarEvent,
|
||||||
type ApiEventDateTime,
|
type ApiEventDateTime,
|
||||||
type CalendarEventData,
|
type CalendarEventData,
|
||||||
|
|||||||
Reference in New Issue
Block a user