/** Notification info data for system news. */ export interface INotificationNewsDataInfo { /** Gets or sets the module to display for news. */ htmlInfo: string; /** Gets or sets the full plain text info of the news. */ textFullInfo: string; /** Gets or sets the plain text info of the news. */ textInfo: string; } //# sourceMappingURL=notification_news_data_info.d.ts.map