interface ListNodeTypesResponse {
    nodeTypes: RDB.v1.NodeType[];
    totalCount: number;
}

Properties

nodeTypes: RDB.v1.NodeType[]

Types of the node.

totalCount: number

Total count of node-types available.