Type Alias UserNotificationsCreateOrConnectWithoutUserInput

UserNotificationsCreateOrConnectWithoutUserInput: {
    create: XOR<UserNotificationsCreateWithoutUserInput, UserNotificationsUncheckedCreateWithoutUserInput>;
    where: UserNotificationsWhereUniqueInput;
}