Fix bad externUid type in users (#3508)

This commit is contained in:
ArnaudTA 2024-01-14 06:15:05 +01:00 committed by GitHub
parent e15097c508
commit 5fea6bbd6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@ export type CreateUserOptions = {
canCreateGroup?: boolean;
colorSchemeId?: number;
email?: string;
externUid?: number;
externUid?: string;
external?: boolean;
extraSharedRunnersMinutesLimit?: number;
forceRandomPassword?: boolean;