DotObjectModel is an interface that defines a generic type for a DotObjectType.

interface DotObjectModel<T> {
    $$type: T;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

$$type: T

The type of the DotObjectType.

Generated using TypeDoc