remove unused code

This commit is contained in:
Peter Evans
2024-08-09 16:40:41 +00:00
parent 822f3b39c1
commit c1be170c86
3 changed files with 0 additions and 29 deletions

View File

@ -128,16 +128,6 @@ function splitLines(multilineString: string): string[] {
.filter(x => x !== '')
}
export interface BranchFileChanges {
additions: {
path: string
contents: string
}[]
deletions: {
path: string
}[]
}
interface CreateOrUpdateBranchResult {
action: string
base: string