Type alias VariableStruct

VariableStruct: {
    [key: string]: VariableValue;
}

Type declaration