Type Alias UserCreateOrConnectWithoutTwitchAccountInput

UserCreateOrConnectWithoutTwitchAccountInput: {
    create: XOR<UserCreateWithoutTwitchAccountInput, UserUncheckedCreateWithoutTwitchAccountInput>;
    where: UserWhereUniqueInput;
}