Interface ChatAddVariableEvent

interface ChatAddVariableEvent {
    kind: "addVariable";
}

Properties

Properties

kind: "addVariable"