Interface IAutomationsSettings

interface IAutomationsSettings {
    automationsEnabled: boolean;
}

Properties

automationsEnabled: boolean