admin page for category mappings. fixed some bugs and other tweaks
This commit is contained in:
+7
-3
@@ -1,10 +1,14 @@
|
||||
export type CategoryId =
|
||||
| "lower"
|
||||
| "upper"
|
||||
| "barrel"
|
||||
| "handguard"
|
||||
| "stock"
|
||||
| "optic";
|
||||
| "chargingHandle"
|
||||
| "buffer"
|
||||
| "lowerParts"
|
||||
| "sights"
|
||||
| "lower"
|
||||
| "optic"
|
||||
| "stock";
|
||||
|
||||
export interface Category {
|
||||
id: CategoryId;
|
||||
|
||||
Reference in New Issue
Block a user