fix build
This commit is contained in:
parent
3016806db9
commit
34d6c2b83d
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ export interface CreateConnectionData {
|
|||
id?: string;
|
||||
userId?: string;
|
||||
authority?: 'msft' | 'google' | 'clickup' | 'infomaniak';
|
||||
type?: 'msft' | 'google' | 'clickup'; // Backend maps type → authority
|
||||
type?: 'msft' | 'google' | 'clickup' | 'infomaniak'; // Backend maps type → authority
|
||||
externalId?: string;
|
||||
externalUsername?: string;
|
||||
externalEmail?: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue