Fix #88294 Add commitData in commit interface

This commit is contained in:
Jiayue Zhang
2020-01-30 01:10:05 +09:00
parent 317ee15982
commit 51b8bd5064
2 changed files with 13 additions and 9 deletions

View File

@@ -44,6 +44,7 @@ export interface Commit {
readonly authorDate?: Date;
readonly authorName?: string;
readonly authorEmail?: string;
readonly commitDate?: Date;
}
export interface Submodule {