Skip to content

Commit

Permalink
codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaJoon committed Apr 12, 2024
1 parent c9e906d commit cceeb5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions apps/parsley/src/gql/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1887,11 +1887,6 @@ export type ProjectSettings = {
vars?: Maybe<ProjectVars>;
};

export enum ProjectSettingsAccess {
Edit = "EDIT",
View = "VIEW",
}

/**
* ProjectSettingsInput is the input to the saveProjectSettingsForSection mutation.
* It contains information about project settings (e.g. Build Baron configurations, subscriptions, etc) and is used to
Expand Down
5 changes: 0 additions & 5 deletions apps/spruce/src/gql/generated/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1887,11 +1887,6 @@ export type ProjectSettings = {
vars?: Maybe<ProjectVars>;
};

export enum ProjectSettingsAccess {
Edit = "EDIT",
View = "VIEW",
}

/**
* ProjectSettingsInput is the input to the saveProjectSettingsForSection mutation.
* It contains information about project settings (e.g. Build Baron configurations, subscriptions, etc) and is used to
Expand Down

0 comments on commit cceeb5b

Please sign in to comment.