UNPKG

@hashgraph/solo

Version:

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

11 lines (10 loc) 212 B
/** * SPDX-License-Identifier: Apache-2.0 */ import { type PvcRef } from './pvc_ref.js'; export interface Pvc { /** * The PVC (persistent volume claim) reference */ readonly pvcRef: PvcRef; }