adjust schema

This commit is contained in:
aecsocket
2026-08-02 17:05:41 +01:00
parent 5ead1499cd
commit 4c8abfb78d
31 changed files with 577 additions and 275 deletions
@@ -2335,10 +2335,16 @@ export namespace Labrinth {
size: number | null
hashes: Record<string, string>
}
scope: {
project_id: string | null
version_id: string | null
file_id: string | null
project: {
id: string | null
types: string[]
}
version: {
id: string | null
loaders: string[]
}
file: {
id: string | null
}
}