Type Alias UserCreateNestedOneWithoutTwitchAccountInput

UserCreateNestedOneWithoutTwitchAccountInput: {
    connect?: UserWhereUniqueInput;
    connectOrCreate?: UserCreateOrConnectWithoutTwitchAccountInput;
    create?: XOR<UserCreateWithoutTwitchAccountInput, UserUncheckedCreateWithoutTwitchAccountInput>;
}