Interface PlayerNotificationsData

interface PlayerNotificationsData {
    item: NotificationsItem;
    player: PlayerNotificationsPlayer;
}

Properties

Properties