UNPKG

@hashgraph/solo

Version:

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

5 lines (4 loc) 192 B
import { type OneShotSingleDestroyConfigClass } from './one-shot-single-destroy-config-class.js'; export interface OneShotSingleDestroyContext { config: OneShotSingleDestroyConfigClass; }