index
:
vinjesvingenhandel.no
master
From scratch web store in .NET
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
wwwroot
/
scripts
/
api
/
account-api.types.ts
blob: 3c024415376c1c8bc678df3883e2ff2b7b242fc9 (
plain
) (
blame
)
1
2
3
4
5
export
interface
LoginPayload
{
username
:
string
,
password
:
string
,
persist
:
boolean
}