Type Alias UserTwitchAccountCreateOrConnectWithoutUserInput

UserTwitchAccountCreateOrConnectWithoutUserInput: {
    create: XOR<UserTwitchAccountCreateWithoutUserInput, UserTwitchAccountUncheckedCreateWithoutUserInput>;
    where: UserTwitchAccountWhereUniqueInput;
}