UNPKG

@hashgraph/solo

Version:

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

10 lines (9 loc) 274 B
import { type NamespaceName } from '../../types/namespace/namespace-name.js'; export interface OneShotSingleDestroyConfigClass { clusterRef: string; context: string; deployment: string; namespace: NamespaceName; cacheDir: string; skipAll: boolean; }