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
tree:
94e075ba51
Branches
Tags
×
master
surreal_access_control_system
/
backend
/
src
/ user.ts
david
on 20 Mar
103 bytes
initial commit
Raw
Blame
History
export type User = { id: string; user_name: string; password: string; roles: Array<string>; }