index
:
zzz--oldstuff/locchat.git
main
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
dto
/
sign_in.dto.ts
blob: f480c4307dffc44fcd58e16b1696cd5e209e698d (
plain
)
1
2
3
4
export class SignInDto { username: string; password: string; }