Class default<T>Abstract

Type Parameters

  • T

Indexable

  • [key: string]: any

Constructors

Properties

_id: string
_model: default<T>
_schema: default<T>

Methods

  • Returns a plain JavaScript object.

    Returns T extends object ? T<T> : never

  • Returns a string representing the document.

    Returns string