Skip to content

Commit 8dc9658

Browse files
committed
feature-292-github-action-rename: Update branch_repository.d.ts to reorder status property values for consistency and clarity.
1 parent c794a10 commit 8dc9658

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/github_action/src/data/repository/branch_repository.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export declare class BranchRepository {
3333
totalCommits: number;
3434
files: {
3535
filename: string;
36-
status: "modified" | "added" | "removed" | "renamed" | "copied" | "changed" | "unchanged";
36+
status: "added" | "removed" | "modified" | "renamed" | "copied" | "changed" | "unchanged";
3737
additions: number;
3838
deletions: number;
3939
changes: number;

0 commit comments

Comments
 (0)