Skip to content

@vttforge/core / SubTypedDocument

Interface: SubTypedDocument

The least a document has to look like for any of this to mean something.

Properties

id?

readonly optional id?: string


name?

readonly optional name?: string


system?

readonly optional system?: Record<string, unknown>


type?

readonly optional type?: string

Methods

update()

update(changes): Promise<unknown>

Parameters

changes

Record<string, unknown>

Returns

Promise<unknown>

MIT licensed.