interface SettingGroup {
    data: SourceGroup[];
    setting: TectonicSettings;
}

Properties

Properties

data: SourceGroup[]