References a state by key.

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

Properties

Properties

key: string
typeId: "state"