diff --git a/src/models/auth.ts b/src/models/auth.ts index 6c5d9f1b..7a8dd5f4 100644 --- a/src/models/auth.ts +++ b/src/models/auth.ts @@ -11,7 +11,8 @@ export type Provider = | 'imap' | 'microsoft' | 'icloud' - | 'virtual-calendar'; + | 'virtual-calendar' + | 'ews'; /** * Configuration for generating a URL for OAuth 2.0 authentication.