Interface SettingSection

SettingSection ($ref: "Setting.Details.Section") Represents a setting section.

interface SettingSection {
    id: string;
    name: string;
}

Properties

Properties

id: string
name: string