Interface iIPFSTotalsDoc<T>

interface iIPFSTotalsDoc<T> {
    _docId: string;
    _id?: string;
    bytesUploaded: T;
}

Type Parameters

Hierarchy (view full)

  • Doc
    • iIPFSTotalsDoc

Implemented by

Properties

_docId: string

A unique stringified document ID

_id?: string

A unique document ID (Mongo DB ObjectID)

bytesUploaded: T

The total bytes uploaded