@osynicite/osynic-osuapi
    Preparing search index...

    Interface GetNotificationsResponse

    interface GetNotificationsResponse {
        has_more: boolean;
        notification_endpoint: string;
        notifications: Notification[];
        unread_count: number;
    }
    Index

    Properties

    has_more: boolean
    notification_endpoint: string
    notifications: Notification[]
    unread_count: number