UNPKG

@hashgraph/solo

Version:

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

10 lines (7 loc) 262 B
// SPDX-License-Identifier: Apache-2.0 import {type NamespaceName} from '../../../types/namespace/namespace-name.js'; export interface ClusterReferenceResetConfigClass { clusterReference: string; clusterSetupNamespace: NamespaceName; context?: string; }