Interface NodeInfoGit

interface NodeInfoGit {
    branch: string;
    commit: string;
    commitTime: number;
}

Properties

branch: string
commit: string
commitTime: number