interface VariableChanged {
    value: string;
    variable: string;
}

Properties

Properties

value: string
variable: string