refactor: move source options into source file

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-02-14 15:27:57 +00:00
parent c7a1048320
commit 2cf6536e48
3 changed files with 21 additions and 23 deletions

View File

@@ -7,7 +7,7 @@ export {
type CalendarFeedItem,
} from "./feed-items"
export { DefaultGoogleCalendarClient } from "./google-calendar-api"
export { GoogleCalendarSource } from "./google-calendar-source"
export { GoogleCalendarSource, type GoogleCalendarSourceOptions } from "./google-calendar-source"
export {
EventStatus,
type EventStatus as EventStatusType,
@@ -15,7 +15,6 @@ export {
type ApiEventDateTime,
type CalendarEventData,
type GoogleCalendarClient,
type GoogleCalendarSourceOptions,
type GoogleOAuthProvider,
type ListEventsOptions,
} from "./types"