Interface ChatRemoveVariableEvent

interface ChatRemoveVariableEvent {
    kind: "removeVariable";
}

Properties

Properties

kind: "removeVariable"