Type Alias GuildTrackedGameInclude<ExtArgs>

GuildTrackedGameInclude<ExtArgs>: {
    gameConfig?: boolean | GuildTrackedGame$gameConfigArgs<ExtArgs>;
}

Type Parameters