interface IpfsNodeInfo {
    agentVersion: string;
    id: string;
    repoSize: number | bigint;
}

Properties

agentVersion: string
id: string
repoSize: number | bigint