Skip to content

Commit

Permalink
chore: typings fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerOrnstein committed Oct 20, 2024
1 parent 788fe17 commit 55eb1b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ declare module 'warframe-items' {
chargeTime?: number;
}
interface Gun extends Weapon {
category: 'Primary' | 'Secondary' | 'Arch-Gun';
category: 'Primary' | 'Secondary' | 'Arch-Gun' | 'Railjack';
magazineSize?: number;
reloadTime?: number;
projectile?: Projectile;
Expand Down Expand Up @@ -658,6 +658,7 @@ declare module 'warframe-items' {
type Locale = 'de' | 'fr' | 'it' | 'ko' | 'es' | 'zh' | 'ru' | 'ja' | 'pl' | 'pt' | 'tc' | 'th' | 'tr' | 'uk';

type ProductCategory =
| 'CrewShipWeapons'
| 'KubrowPets'
| 'LongGuns'
| 'MechSuits'
Expand Down

0 comments on commit 55eb1b4

Please sign in to comment.