References a type by key.

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

Properties

Properties

key: string
typeId: "type"