UNPKG

@hashgraph/solo

Version:

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

8 lines (7 loc) 232 B
import { type HelmExecutionBuilder } from '../execution/helm-execution-builder.js'; /** * Interface for options that can be applied to Helm commands. */ export interface Options { apply(builder: HelmExecutionBuilder): void; }