This website requires JavaScript.
Explore
Help
Register
Sign In
Dockery
/
Picsur
Watch
1
Star
0
Fork
0
You've already forked Picsur
mirror of
https://github.com/CaramelFur/Picsur.git
synced
2025-11-14 07:45:39 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
95c8f630f19f27c40bcfa640062cfc1cacf468d6
Picsur
/
frontend
/
src
/
app
/
models
/
forms
/
fulluser.model.ts
6 lines
94 B
TypeScript
Raw
Normal View
History
Unescape
Escape
add user edit page
2022-03-23 17:17:39 +01:00
export
interface
FullUserModel
{
username
:
string
;
password
:
string
;
relocate special roles to api request
2022-03-24 19:56:26 +01:00
roles
:
string
[
]
;
add user edit page
2022-03-23 17:17:39 +01:00
}
Reference in New Issue
Copy Permalink