UNPKG

@hashgraph/solo

Version:

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

7 lines (6 loc) 273 B
import { type Pvc } from '../../../resources/pvc/pvc.js'; import { type PvcReference } from '../../../resources/pvc/pvc-reference.js'; export declare class K8ClientPvc implements Pvc { readonly pvcReference: PvcReference; constructor(pvcReference: PvcReference); }