UNPKG

@hashgraph/solo

Version:

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

14 lines (11 loc) 215 B
// SPDX-License-Identifier: Apache-2.0 export interface PodCondition { /** * The type of the condition */ readonly type: string; /** * The status of the condition */ readonly status: string; }