index
:
cyberpunk_su.git
master
dnd.su alanlog for cyberpunk 2020
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
front
/
src
/
Authentication
/
Models.ts
blob: 8d8c14449ea0623390a55f07169dc16caec237e1 (
plain
)
1
2
3
4
5
export type User = { Username: string, Role: "user" | "editor" status?: string }