index
:
greatoffice
master
My take/showcase on a business management system
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code
/
frontend
/
src
/
models
/
base
/
SessionData.ts
blob: 015cbf3177845ab08a45d747e6332e0c018e9b97 (
plain
) (
blame
)
1
2
3
4
5
export type SessionData
=
{
id
:
string
,
username
:
string
,
displayName
:
string
,
}