QueryErrors.ts 104 B

123
  1. export type UserQueryError = "user/not_found"
  2. export type MyTeamsQueryError = "ea/not_invite_or_admin"