Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

NodeInfoGit

The git information of the node.

API/Interfaces/NodeInfoGit
hoshimi/src/types/Node.d.ts

Signature

export interface NodeInfoGit

Properties

3
branchcommitcommitTime

Methods

0

No methods.

Properties

branch#
branch: string;

The branch of the node.

@type{string}
commit#
commit: string;

The commit of the node.

@type{string}
commitTime#
commitTime: number;

The commit time of the node.

@type{number}