Files
hoppscotch/packages/hoppscotch-common/src/helpers/backend/QueryErrors.ts
2022-12-02 03:05:35 -05:00

4 lines
104 B
TypeScript

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