Type Alias UserNotificationsCreateOrConnectWithoutListInput

UserNotificationsCreateOrConnectWithoutListInput: {
    create: XOR<UserNotificationsCreateWithoutListInput, UserNotificationsUncheckedCreateWithoutListInput>;
    where: UserNotificationsWhereUniqueInput;
}