lemmy-js-client
    Preparing search index...

    Type Alias GetUnreadCountResponse

    A response containing a count of unread notifications.

    type GetUnreadCountResponse = {
        count: number;
    }
    Index

    Properties

    Properties

    count: number