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: 06716024d66913f1c6daf4b02682c2d46ac23a9c (
plain
)
1
2
3
4
export class SignInDto { email: string; password: string; }