interface Variable {
    value: string;
}

Properties

Properties

value: string