Skip to content

Commit

Permalink
fix: ts declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrkafuu committed Sep 22, 2021
1 parent 631f6dc commit 3c89a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ interface ExtendData {
isActive: boolean;
encounter: EncounterData;
limitBreak?: LimitBreakData;
combatant: CombatantData;
combatant: CombatantData[];
}

type EventType =
Expand Down

0 comments on commit 3c89a0f

Please sign in to comment.