Type Alias UserCreateOrConnectWithoutRumbleAccountInput

UserCreateOrConnectWithoutRumbleAccountInput: {
    create: XOR<UserCreateWithoutRumbleAccountInput, UserUncheckedCreateWithoutRumbleAccountInput>;
    where: UserWhereUniqueInput;
}