Files
hoppscotch/packages/hoppscotch-app/helpers/backend/QueryErrors.ts
2021-10-10 20:41:54 +05:30

4 lines
104 B
TypeScript

export type UserQueryError = "user/not_found"
export type MyTeamsQueryError = "ea/not_invite_or_admin"