Type Alias GuildGameConfigUpdateToOneWithWhereWithoutRobloxGamesInput

GuildGameConfigUpdateToOneWithWhereWithoutRobloxGamesInput: {
    data: XOR<GuildGameConfigUpdateWithoutRobloxGamesInput, GuildGameConfigUncheckedUpdateWithoutRobloxGamesInput>;
    where?: GuildGameConfigWhereInput;
}