Type Alias: SettingType
ts
type SettingType =
| "button"
| "custom"
| "switch"
| "dropdown"
| "switch"
| "slider"
| "color"
| "text"
| "position"
| "radio"
| "file"
| "keybind"
| "number";Defined in: src/betterdiscord/data/settings.ts:157