DX: Simplify the UserData
type, and cleanup other types in src/auth/authTypes.ts
#7757
Labels
UserData
type, and cleanup other types in src/auth/authTypes.ts
#7757
UserData
type, it doesn't need to usePartial
everywhere anymore, since we're no longer handling the "anonymous user" situation with the/api/me
endpoint returning "empty" user data.type UserDataUpdate = Required<Except<UserData, "hostname" | "user">>;
OrganizationAuthState
andAuthUserOrganization
The text was updated successfully, but these errors were encountered: