Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Database

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • client: HttpClient
    • pod: Readonly<PODModel & { creator: string; name: string; owner: string }>

    Returns Database

Properties

Private #client

#client: HttpClient

Readonly createdAt

createdAt: Date

The number of seconds since the Unix epoch when this model was created

Readonly creator

creator: IdentityId

Readonly id

The model's unique ID.

Readonly name

name: string

Readonly owner

owner: IdentityId

Methods

delete

  • delete(): Promise<void>
  • Returns Promise<void>

update

Generated using TypeDoc