mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Fixed error due to missing declarations
This commit is contained in:
2
client/src/@types/unitdatabase.d.ts
vendored
2
client/src/@types/unitdatabase.d.ts
vendored
@@ -1,6 +1,7 @@
|
||||
interface LoadoutItemBlueprint {
|
||||
name: string;
|
||||
quantity: number;
|
||||
effectiveAgainst?: string;
|
||||
}
|
||||
|
||||
interface LoadoutBlueprint {
|
||||
@@ -13,6 +14,7 @@ interface LoadoutBlueprint {
|
||||
|
||||
interface UnitBlueprint {
|
||||
name: string;
|
||||
era?: string[];
|
||||
label: string;
|
||||
shortLabel: string;
|
||||
loadouts: LoadoutBlueprint[];
|
||||
|
||||
Reference in New Issue
Block a user