interface Section {
    content_type: string;
    footer?: string;
    items: GetNotificationSettingsResponse.Item[];
    title: string;
}

Properties

content_type: string
footer?: string
title: string