NodeInfoGit
The git information of the node.
Signature
export interface NodeInfoGitProperties
3Methods
0No methods.
Properties
branch: string;The branch of the node.
@type{string}
commit: string;The commit of the node.
@type{string}
commitTime: number;The commit time of the node.
@type{number}