interface ListNodeTypesResponse {
    nodeTypes: Mongodb.v1alpha1.NodeType[];
    totalCount: number;
}

Properties

Types of the node.

totalCount: number

Total count of node-types available.