Type Alias UserNotificationDataUpdateManyWithoutUserNotificationsNestedInput

UserNotificationDataUpdateManyWithoutUserNotificationsNestedInput: {
    connect?: UserNotificationDataWhereUniqueInput | UserNotificationDataWhereUniqueInput[];
    connectOrCreate?: UserNotificationDataCreateOrConnectWithoutUserNotificationsInput | UserNotificationDataCreateOrConnectWithoutUserNotificationsInput[];
    create?: XOR<UserNotificationDataCreateWithoutUserNotificationsInput, UserNotificationDataUncheckedCreateWithoutUserNotificationsInput> | UserNotificationDataCreateWithoutUserNotificationsInput[] | UserNotificationDataUncheckedCreateWithoutUserNotificationsInput[];
    createMany?: UserNotificationDataCreateManyUserNotificationsInputEnvelope;
    delete?: UserNotificationDataWhereUniqueInput | UserNotificationDataWhereUniqueInput[];
    deleteMany?: UserNotificationDataScalarWhereInput | UserNotificationDataScalarWhereInput[];
    disconnect?: UserNotificationDataWhereUniqueInput | UserNotificationDataWhereUniqueInput[];
    set?: UserNotificationDataWhereUniqueInput | UserNotificationDataWhereUniqueInput[];
    update?: UserNotificationDataUpdateWithWhereUniqueWithoutUserNotificationsInput | UserNotificationDataUpdateWithWhereUniqueWithoutUserNotificationsInput[];
    updateMany?: UserNotificationDataUpdateManyWithWhereWithoutUserNotificationsInput | UserNotificationDataUpdateManyWithWhereWithoutUserNotificationsInput[];
    upsert?: UserNotificationDataUpsertWithWhereUniqueWithoutUserNotificationsInput | UserNotificationDataUpsertWithWhereUniqueWithoutUserNotificationsInput[];
}