Type Alias GuildTrackedGameCreateOrConnectWithoutGameConfigInput

GuildTrackedGameCreateOrConnectWithoutGameConfigInput: {
    create: XOR<GuildTrackedGameCreateWithoutGameConfigInput, GuildTrackedGameUncheckedCreateWithoutGameConfigInput>;
    where: GuildTrackedGameWhereUniqueInput;
}