AniLink - v1.29.2
    Preparing search index...

    NotificationVariables is an interface representing the variables for the NotificationQuery. It includes optional parameters for querying notification data.

    interface NotificationVariables {
        asHtml?: boolean;
        resetNotificationCount?: boolean;
        type?: NotificationType;
        type_in?: NotificationType[];
    }
    Index
    asHtml?: boolean

    asHtml is a boolean indicating whether to return the result as HTML.

    resetNotificationCount?: boolean

    resetNotificationCount is a boolean indicating whether to reset the notification count.

    type is a string representing the type of the notification.

    type_in?: NotificationType[]

    type_in is an array of strings representing the types of the notifications.