UNPKG

@hashgraph/solo

Version:

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

12 lines (11 loc) 205 B
/** * SPDX-License-Identifier: Apache-2.0 */ export interface TDirectoryData { directory: boolean; owner: string; group: string; size: string; modifiedAt: string; name: string; }