Type Alias GuildGameCategoryRouteCreateOrConnectWithoutGameConfigInput

GuildGameCategoryRouteCreateOrConnectWithoutGameConfigInput: {
    create: XOR<GuildGameCategoryRouteCreateWithoutGameConfigInput, GuildGameCategoryRouteUncheckedCreateWithoutGameConfigInput>;
    where: GuildGameCategoryRouteWhereUniqueInput;
}