References a type by key.

interface TypeKeyReference {
    key: string;
    typeId: "type";
}

Hierarchy (View Summary)

Properties

Properties

key: string
typeId: "type"

The type of the referenced resource.