type SettingType = "Bool" | "Int" | "Float" | "String" | "Color" | "Enum";
Represents the type of a setting.