UNPKG

@hashgraph/solo

Version:

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

8 lines (7 loc) 189 B
import { type PvcReference } from './pvc-reference.js'; export interface Pvc { /** * The PVC (persistent volume claim) reference */ readonly pvcReference: PvcReference; }