matrix-js-sdk
    Preparing search index...

    Interface INotificationsResponse

    interface INotificationsResponse {
        next_token: string;
        notifications: INotification[];
    }
    Index
    next_token: string
    notifications: INotification[]