Type Alias GuildGameCategoryRouteInclude<ExtArgs>

GuildGameCategoryRouteInclude<ExtArgs>: {
    gameConfig?: boolean | GuildGameCategoryRoute$gameConfigArgs<ExtArgs>;
}

Type Parameters