diff --git a/types/calendar_event.ts b/types/calendar_event.ts index cdae6f0..1e65734 100644 --- a/types/calendar_event.ts +++ b/types/calendar_event.ts @@ -14,4 +14,4 @@ export interface CalendarEvent { body: string; requiredAttendees: string[]; optionalAttendees: string[]; -} \ No newline at end of file +} diff --git a/types/email.ts b/types/email.ts index c74e267..1ac1b24 100644 --- a/types/email.ts +++ b/types/email.ts @@ -29,4 +29,4 @@ export interface Attachment { contentType: string; attachmentId: string; isInline: boolean; -} \ No newline at end of file +} diff --git a/types/folder.ts b/types/folder.ts index 8338c68..6bef6e0 100644 --- a/types/folder.ts +++ b/types/folder.ts @@ -4,4 +4,4 @@ export interface Folder { totalCount: number; unreadCount: number; childFolderCount: number; -} \ No newline at end of file +} diff --git a/types/free_slot.ts b/types/free_slot.ts index 8493a0a..cae3873 100644 --- a/types/free_slot.ts +++ b/types/free_slot.ts @@ -3,4 +3,4 @@ export interface FreeSlot { start: string; end: string; durationMinutes: number; -} \ No newline at end of file +} diff --git a/types/login_config.ts b/types/login_config.ts index d75aae1..ef2c777 100644 --- a/types/login_config.ts +++ b/types/login_config.ts @@ -3,4 +3,4 @@ export interface LoginConfig { email: string; username: string; domain?: string; -} \ No newline at end of file +} diff --git a/types/meeting_result.ts b/types/meeting_result.ts index f35d406..fc8cbf7 100644 --- a/types/meeting_result.ts +++ b/types/meeting_result.ts @@ -8,4 +8,4 @@ export interface MeetingResult { requiredAttendees: string[]; optionalAttendees: string[]; error: string; -} \ No newline at end of file +} diff --git a/types/person.ts b/types/person.ts index a117682..1916cc3 100644 --- a/types/person.ts +++ b/types/person.ts @@ -14,4 +14,4 @@ export interface Person { phones: Record; address: string; directReports: Array<{ name: string; email: string }>; -} \ No newline at end of file +}