interface StateChangeTypeAction {
    action: "changeType";
    type: string;
}

Properties

Properties

action: "changeType"
type: string

Resource or object types the State shall be assigned to. Must not be empty.

Generated using TypeDoc