Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Oct 20, 2023
1 parent a62edaa commit 8df472e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/servers/common.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
import { OutlookCredentials } from '../outlookCalendar/type';
import type { OutlookCredentials } from '../outlookCalendar/type';
import type {
MessageTranslated,
SupportedVersions,
} from './supportedVersions/types';

export type Server = {
url: string;
Expand Down

0 comments on commit 8df472e

Please sign in to comment.