Type Alias NotificationsObject

Object containing array representing list of supported notifications

type NotificationsObject = {
    notifications: NotificationItem[];
}
Index
notifications: NotificationItem[]

list of notifications