interface AnnouncementsSectionProps {
    setting: SettingData;
    value?: any[];
}

Properties

Properties

setting: SettingData
value?: any[]