Skip to content

Commit

Permalink
🐛 Fix OldDragon2Weapon interface import
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmegrave committed Feb 10, 2024
1 parent 80fc1a4 commit fd71faf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/olddragon2/weapon.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { OldDragon2Item } from './item';

export interface OldDragon2Weapon extends OldDragon2Item {
name: string;
type: string;
Expand Down

0 comments on commit fd71faf

Please sign in to comment.