interface ScmCommitNode {
    authorAvatar: string;
    commitDetails: ScmHistoryCommit;
    expanded: boolean;
    fileChangeNodes: ScmFileChangeNode[];
    selected: boolean;
}

Properties

authorAvatar: string
commitDetails: ScmHistoryCommit
expanded: boolean
fileChangeNodes: ScmFileChangeNode[]
selected: boolean