Interface SettingDetailsBase

interface SettingDetailsBase {
    help?: string;
    id: string;
    label: string;
}

Hierarchy (View Summary)

Properties

Properties

help?: string
id: string
label: string