Skip to content

@vttforge/core / DocumentClass

Type Alias: DocumentClass

DocumentClass = (...args) => object

Any document class: what ForeignDocumentField takes as its first argument. Declared structurally so the inference surface stays free of a dependency on a Foundry type package.

Parameters

args

...never[]

Returns

object

MIT licensed.