interface CloudVariableUpdate {
    name: string;
    value: ScratchCompatibleValue;
}

Properties

Properties

name: string