// Generated Source interface GlipUnreadMessageCount { /** * Total count of unread posts */ unreadPostsCount?: number; /** * 'True' if message quantity exceeds the threshold (100 by default) */ tooManyUnreadPosts?: boolean; } export default GlipUnreadMessageCount;