| 10 | } |
| 11 | |
| 12 | export interface ProjectCharacteristics { |
| 13 | hasHusky: boolean; |
| 14 | hasChangeset: boolean; |
| 15 | hasConventionalCommits: boolean; |
| 16 | suggestedMode: CommitMode; |
| 17 | } |
| 18 | |
| 19 | export interface CommitResult { |
| 20 | success: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected