Type Alias GuildGameConfigCreateOrConnectWithoutRobloxGamesInput

GuildGameConfigCreateOrConnectWithoutRobloxGamesInput: {
    create: XOR<GuildGameConfigCreateWithoutRobloxGamesInput, GuildGameConfigUncheckedCreateWithoutRobloxGamesInput>;
    where: GuildGameConfigWhereUniqueInput;
}