Type Alias GuildGameConfigCreateNestedOneWithoutRobloxGamesInput

GuildGameConfigCreateNestedOneWithoutRobloxGamesInput: {
    connect?: GuildGameConfigWhereUniqueInput;
    connectOrCreate?: GuildGameConfigCreateOrConnectWithoutRobloxGamesInput;
    create?: XOR<GuildGameConfigCreateWithoutRobloxGamesInput, GuildGameConfigUncheckedCreateWithoutRobloxGamesInput>;
}