UNPKG

@hashgraph/solo

Version:

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

11 lines (8 loc) 220 B
// SPDX-License-Identifier: Apache-2.0 import {type PvcReference} from './pvc-reference.js'; export interface Pvc { /** * The PVC (persistent volume claim) reference */ readonly pvcReference: PvcReference; }