Type Alias UserTwitchAccountCreateNestedOneWithoutUserInput

UserTwitchAccountCreateNestedOneWithoutUserInput: {
    connect?: UserTwitchAccountWhereUniqueInput;
    connectOrCreate?: UserTwitchAccountCreateOrConnectWithoutUserInput;
    create?: XOR<UserTwitchAccountCreateWithoutUserInput, UserTwitchAccountUncheckedCreateWithoutUserInput>;
}