mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
revert role change, since it incompatible with directus
This commit is contained in:
parent
96502a4f2b
commit
bfcf3209f5
6
src/types/UserItem.d.ts
vendored
6
src/types/UserItem.d.ts
vendored
@ -5,10 +5,8 @@ import type { Profile } from './Profile'
|
||||
*/
|
||||
export interface UserItem {
|
||||
id?: string
|
||||
role?: {
|
||||
id: string
|
||||
name: string
|
||||
}
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
role?: any
|
||||
email?: string
|
||||
password?: string
|
||||
profile?: Profile
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user