feat: add all_project_types to search results (#6654)

* feat: add all_project_types to search results

* update docs
This commit is contained in:
Prospector
2026-07-07 21:30:42 +00:00
committed by GitHub
parent 3ed75a146a
commit 96ab120cd0
6 changed files with 40 additions and 0 deletions
@@ -1742,6 +1742,7 @@ export namespace Labrinth {
export interface ResultSearchProject {
project_id: string
project_type: string
all_project_types: string[]
slug: string | null
author: string
author_id: string | null
@@ -1779,6 +1780,7 @@ export namespace Labrinth {
version_id: string
project_id: string
project_types: string[]
all_project_types: string[]
slug: string | null
author: string
author_id: string | null