Hierarchy

  • StorageUsage

Constructors

Properties

Methods

Constructors

Properties

#model: Model

Methods

  • Get the current usage in bytes.

    Returns Promise<{
        ok: undefined;
    } & {
        error: Failure;
    } | {
        ok: undefined | bigint;
    }>

Generated using TypeDoc