UNPKG

@hashgraph/solo

Version:

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

7 lines (6 loc) 250 B
import { type PodCondition } from '../../../resources/pod/pod-condition.js'; export declare class K8ClientPodCondition implements PodCondition { readonly type: string; readonly status: string; constructor(type: string, status: string); }