revert role change, since it incompatible with directus

This commit is contained in:
Ulf Gebhardt 2025-02-21 11:53:24 +01:00
parent 96502a4f2b
commit bfcf3209f5
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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