UNPKG

@hashgraph/solo

Version:

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

7 lines (6 loc) 229 B
import { type NamespaceName } from '../../../types/namespace/namespace-name.js'; export interface ClusterReferenceResetConfigClass { clusterReference: string; clusterSetupNamespace: NamespaceName; context?: string; }