UNPKG

@hashgraph/solo

Version:

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

8 lines (7 loc) 157 B
export interface Secret { data: Record<string, string>; name: string; namespace: string; type: string; labels: Record<string, string>; }