namespace LanMountainDesktop.AirAppSdk; public enum AirAppSettingOptionType { Toggle = 0, Select = 1, Text = 2, Number = 3, Path = 4, List = 5 }