Type Alias UserNotificationDataUncheckedUpdateWithoutUserNotificationsInput

UserNotificationDataUncheckedUpdateWithoutUserNotificationsInput: {
    actionUrl?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    message?: StringFieldUpdateOperationsInput | string;
    severity?: EnumUserNotificationSeverityEnumFieldUpdateOperationsInput | UserNotificationSeverityEnum;
    title?: StringFieldUpdateOperationsInput | string;
}