---@meta ---@class ccTweaked.settings.settingOptions ---@field description string A description of the setting ---@field default any The default value of the setting ---@field type type Require values to be of this type. Setting to another value will raise an error ---@class ccTweaked.settings.settingDetails: ccTweaked.settings.settingOptions ---@field value any The value of this setting