interface UpdateNotificationData {
    content: null | UpdateNotification;
}

Properties

Properties

content: null | UpdateNotification