Type Alias UserNotificationDataUpdateWithWhereUniqueWithoutUserNotificationsInput

UserNotificationDataUpdateWithWhereUniqueWithoutUserNotificationsInput: {
    data: XOR<UserNotificationDataUpdateWithoutUserNotificationsInput, UserNotificationDataUncheckedUpdateWithoutUserNotificationsInput>;
    where: UserNotificationDataWhereUniqueInput;
}