GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
dmsc
/
surreal_access_control_system
Transfer to URL with SHA
Find file
Newer
Older
branch:
master
Branches
Tags
×
master
surreal_access_control_system
/
backend
/
src
/ user.ts
david
on 21 Mar
102 bytes
initial version
Raw
Blame
History
export type User = { id: string; username: string; password: string; roles: Array<string>; }