interface Entry {
    author?: string;
    authorMail?: string;
    authorTime?: number;
    fileName?: string;
    line?: number;
    lineCount?: number;
    previousSha?: string;
    sha?: string;
    summary?: string;
}

Properties

author?: string
authorMail?: string
authorTime?: number
fileName?: string
line?: number
lineCount?: number
previousSha?: string
sha?: string
summary?: string