hoshimi
    Preparing search index...

    Interface NodeInfoGit

    The git information of the node.

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

    Properties

    branch: string

    The branch of the node.

    commit: string

    The commit of the node.

    commitTime: number

    The commit time of the node.