UNPKG

tutorbook

Version:

Web app connecting students with expert mentors and tutors.

4 lines (2 loc) 122 B
import { FirebaseError } from 'firebase-admin'; export type ApiError = Partial<Error & FirebaseError> & { msg: string };