fix build

This commit is contained in:
ValueOn AG 2026-04-27 07:25:17 +02:00
parent 3016806db9
commit 34d6c2b83d

View file

@ -53,7 +53,7 @@ export interface CreateConnectionData {
id?: string; id?: string;
userId?: string; userId?: string;
authority?: 'msft' | 'google' | 'clickup' | 'infomaniak'; authority?: 'msft' | 'google' | 'clickup' | 'infomaniak';
type?: 'msft' | 'google' | 'clickup'; // Backend maps type → authority type?: 'msft' | 'google' | 'clickup' | 'infomaniak'; // Backend maps type → authority
externalId?: string; externalId?: string;
externalUsername?: string; externalUsername?: string;
externalEmail?: string; externalEmail?: string;