Search
Loading...
Skip to content

Type Alias: SettingType

type SettingType = "Bool" | "Int" | "Float" | "String" | "Color" | "Enum";