index
:
greatoffice
master
My take/showcase on a business management system
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
web-shared
/
src
/
lib
/
models
/
CreateAccountPayload.ts
blob: d116308ee776305958794732e5b95932544c2c2e (
plain
) (
blame
)
1
2
3
4
export
interface
CreateAccountPayload
{
username
:
string
,
password
:
string
}