UNPKG

@hashgraph/solo

Version:

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

11 lines (10 loc) 197 B
/** * Information about a Helm release. */ export interface ReleaseInfo { firstDeployed: string; lastDeployed: string; deleted: string; description: string; status: string; }