References a state by key.

interface StateKeyReference {
    key: string;
    typeId: "state";
}

Hierarchy (View Summary)

Properties

Properties

key: string
typeId: "state"

The type of the referenced resource.