Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

NodeJSON

The interface of the node json object.

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

Signature

export interface NodeJSON

Properties

3
idsessionIdoptions

Methods

0

No methods.

Properties

id#
id: string;

The node id.

@type{string}
sessionId#
sessionId: string | null;

The node session id.

@type{string | null}
options#
options: NodeOptions;

The node options.

@type{NodeOptions}