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
/
frontend
/
src
/
types
/
error.ts
blob: c848e3425ec6f7cfa4d3b5e1ff77be80f26c6cc6 (
plain
)
1
2
3
4
export type ErrorResponse = { message: string; error?: unknown; };