Skip to content

Commit

Permalink
Export CommitAction interface (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
illyaMs authored Nov 6, 2020
1 parent 3713f84 commit 3a78307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gitbeaker-core/src/services/Commits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface CommitSchemaCamelized {

export type CommitSchema = CommitSchemaDefault | CommitSchemaCamelized;

interface CommitAction {
export interface CommitAction {
/** The action to perform */
action: 'create' | 'delete' | 'move' | 'update';
/** Full path to the file. Ex. lib/class.rb */
Expand Down

0 comments on commit 3a78307

Please sign in to comment.