UNPKG

@hashgraph/solo

Version:

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

13 lines (11 loc) 227 B
// SPDX-License-Identifier: Apache-2.0 /** * Information about a Helm release. */ export interface ReleaseInfo { firstDeployed: string; lastDeployed: string; deleted: string; description: string; status: string; }