Skip to content

Commit

Permalink
Update the auto-generated web-api response types
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jan 14, 2022
1 parent 9dc4acb commit 4989e7f
Show file tree
Hide file tree
Showing 28 changed files with 4,720 additions and 1,172 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export interface AppRequest {
app?: App;
user?: User;
team?: Team;
scopes?: any[];
previous_resolution?: PreviousResolution;
is_user_app_collaborator?: boolean;
message?: string;
Expand Down Expand Up @@ -60,6 +61,7 @@ export interface Icons {

export interface PreviousResolution {
status?: string;
scopes?: any[];
}

export interface Team {
Expand Down
Loading

0 comments on commit 4989e7f

Please sign in to comment.