Interface SetAddonEnabledParams

SetAddonEnabledParams ($ref: "Addons.SetAddonEnabled.Params") Parameters for the SetAddonEnabled method.

interface SetAddonEnabledParams {
    addonid: string;
    enabled: GlobalToggle;
}

Properties

Properties

addonid: string
enabled: GlobalToggle