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
/
UpdateProfilePayload.ts
blob: d2983ff14e5600e6f2c8f6b1564fa13d600f7991 (
plain
) (
blame
)
1
2
3
4
export
interface
UpdateProfilePayload
{
username?
:
string
,
password?
:
string
,
}