Type Alias UserNotificationDataCreateOrConnectWithoutUserNotificationsInput

UserNotificationDataCreateOrConnectWithoutUserNotificationsInput: {
    create: XOR<UserNotificationDataCreateWithoutUserNotificationsInput, UserNotificationDataUncheckedCreateWithoutUserNotificationsInput>;
    where: UserNotificationDataWhereUniqueInput;
}