export interface MicrosoftOutlookConfig {
    clientId: string;
    clientSecret: string;
    redirectPath: string;
    backendBaseUrl: string;
    basePath?: string;
}
