Skip to content

Commit

Permalink
added project type enum
Browse files Browse the repository at this point in the history
  • Loading branch information
brunovieira97 committed Mar 9, 2024
1 parent 04f6c3d commit 7f0d51a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/model/Interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,9 @@ export enum BooleanString {
TRUE = "true",
FALSE = "false",
}

export enum ProjectType {
MAVEN = "maven-project",
GRADLE = "gradle-project",
GRADLE_KOTLIN = "gradle-project-kotlin"
}

0 comments on commit 7f0d51a

Please sign in to comment.