UNPKG

@hashgraph/solo

Version:

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

11 lines (10 loc) 190 B
export interface PodCondition { /** * The type of the condition */ readonly type: string; /** * The status of the condition */ readonly status: string; }