interface StateReference {
    id: string;
    obj?: State;
    typeId: "state";
}

Properties

Properties

id: string

Unique identifier of the referenced State.

obj?: State

Contains the representation of the expanded State. Only present in responses to requests with Reference Expansion for States.

typeId: "state"

Generated using TypeDoc