Interface CommitLine

interface CommitLine {
    line: number;
    sha: string;
}

Properties

Properties

line: number
sha: string