@hashgraph/solo
Version:
An opinionated CLI tool to deploy and manage private Hedera Networks.
11 lines (10 loc) • 385 B
TypeScript
export declare class ReleaseItem {
readonly name: string;
readonly namespace: string;
readonly revision: string;
readonly updated: string;
readonly status: string;
readonly chart: string;
readonly app_version: string;
constructor(name: string, namespace: string, revision: string, updated: string, status: string, chart: string, app_version: string);
}