index
:
robot-tracker.git
master
Unnamed repository; edit this file 'description' to name the repository.
Arne Rief
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
/
src
/
types
/
request.ts
blob: ef807386ce204312cfeff13e7e205cbfec62c664 (
plain
)
1
2
3
4
export type LoginRequest = { email: string; password: string; };