feat : config + login
This commit is contained in:
5
frontend/services/dto/user-data.ts
Normal file
5
frontend/services/dto/user-data.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export type UserData = {
|
||||
id: number
|
||||
username: string
|
||||
roles: string[]
|
||||
}
|
||||
Reference in New Issue
Block a user