diff --git a/lib/types/user-types.js b/lib/types/user-types.js --- a/lib/types/user-types.js +++ b/lib/types/user-types.js @@ -26,7 +26,7 @@ }; export const globalAccountUserInfoValidator: TInterface = tShape({ - id: t.String, + id: tUserID, username: t.String, avatar: t.maybe(clientAvatarValidator), });