Skip to content

Commit b4fa046

Browse files
aegilopsCopilot
andauthored
Update src/types.ts
Co-authored-by: Copilot <[email protected]>
1 parent 5d18ee5 commit b4fa046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export interface DependencyReviewPackageChange {
123123
}
124124

125125
export interface BranchDependencyDiff {
126-
latestCommitDate: any;
126+
latestCommitDate: string;
127127
base: string; // base branch
128128
head: string; // head branch
129129
retrievedAt: string;

0 commit comments

Comments
 (0)