This website works better with JavaScript.
Explore
Help
Sign In
SAE3A_MemoryMap
/
admin
Watch
5
Star
0
Fork
You've already forked admin
0
Code
Issues
4
Pull Requests
Packages
Projects
1
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7acce35ec0
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7acce35ec0'
${ noResults }
admin
/
src
/
app
/
model
/
UserDTO.ts
5 lines
90 B
Raw
Blame
History
export
interface
UserDTO
{
uid
:
string
;
username
:
string
;
is_admin
:
boolean
;
}
Reference in new issue
View Git Blame
Copy Permalink