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-13 07:15:39 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9bcf09ff4fa371f89ec4e992ab807cf75c3bf77f
Picsur
/
frontend
/
src
/
app
/
models
/
forms-dto
/
fulluser.dto.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