import { INotificationExceptionForUsersData } from "./notification_exception_for_users_data"; /** The notification data associated with application notifications meant for admins. */ export interface INotificationForAdminUsersData extends INotificationExceptionForUsersData { /** Gets a value indicating whether it is admin only for notification. */ isAdminOnly: boolean; } //# sourceMappingURL=notification_for_admin_users_data.d.ts.map