UNPKG
tutorbook
Version:
latest (0.8.2)
0.8.2
0.7.9
Web app connecting students with expert mentors and tutors.
tutorbook.org
tutorbookapp/tutorbook
tutorbook
/
src
/
model
/
errors.ts
4 lines
(2 loc)
•
122 B
text/typescript
View Raw
1
2
3
4
import
{
FirebaseError
}
from
'firebase-admin'
;
export
type
ApiError
=
Partial
<
Error
&
FirebaseError
> & {
msg
:
string
};