UNPKG

@hashgraph/solo

Version:

An opinionated CLI tool to deploy and manage private Hedera Networks.

7 lines (4 loc) 275 B
// SPDX-License-Identifier: Apache-2.0 import {type NodeCommonConfigWithNodeAliases} from './node-common-config-class.js'; // eslint-disable-next-line @typescript-eslint/no-empty-object-type export interface NodeStatesConfigClass extends NodeCommonConfigWithNodeAliases {}