fix: codegen breaking in example tab and minor UI updates (#4478)

Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
Nivedin
2024-10-28 16:09:40 +05:30
committed by GitHub
parent 479cbfe1c8
commit 3722be0de1
7 changed files with 36 additions and 14 deletions

View File

@@ -21,6 +21,7 @@ export type CreateTeamInvitationErrors =
| "team/member_not_found"
| "team_invite/already_member"
| "team_invite/member_has_invite"
| "user/not_found"
type RevokeTeamInvitationErrors =
| "team/not_required_role"