fixed part role mapping to categories. set a const for categories

This commit is contained in:
2025-12-02 21:13:17 -05:00
parent c51ce862a9
commit 4b823f49cf
196 changed files with 2820 additions and 164 deletions
+12 -2
View File
@@ -1,12 +1,22 @@
export type CategoryId =
| "upper"
| "completeUpper"
| "barrel"
| "gasBlock"
| "gasTube"
| "muzzleDevice"
| "suppressor"
| "handguard"
| "chargingHandle"
| "bcg"
| "buffer"
| "lowerParts"
| "sights"
| "lower"
| "completeLower"
| "lowerParts"
| "trigger"
| "grip"
| "safety"
| "sights"
| "optic"
| "stock";