Type Alias GuildGameCategoryRouteUpdateWithWhereUniqueWithoutGameConfigInput

GuildGameCategoryRouteUpdateWithWhereUniqueWithoutGameConfigInput: {
    data: XOR<GuildGameCategoryRouteUpdateWithoutGameConfigInput, GuildGameCategoryRouteUncheckedUpdateWithoutGameConfigInput>;
    where: GuildGameCategoryRouteWhereUniqueInput;
}