Skip to content

Commit

Permalink
fix: ts declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrkafuu committed Dec 2, 2021
1 parent e8cd4ac commit ae9a5b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffxiv-overlay-api",
"version": "4.1.0-beta.2",
"version": "4.1.0-beta.3",
"description": "Build your own modern FFXIV overlay with npm.",
"keywords": [
"ffxiv",
Expand Down
4 changes: 4 additions & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ declare namespace OverlayAPI {
hps: number;
damage: number;
healed: number;
shield: number;
}

export interface LimitBreakData {
Expand All @@ -131,6 +132,7 @@ declare namespace OverlayAPI {
hps: number;
damage: number;
healed: number;
shield: number;
maxHit: string;
maxHeal: string;
}
Expand Down Expand Up @@ -161,6 +163,8 @@ declare namespace OverlayAPI {
healsPct: string;
overHeal: number;
overHealPct: string;
shield: number;
shieldPct: string;
maxHit: string;
maxHitDamage: number;
maxHeal: string;
Expand Down

0 comments on commit ae9a5b2

Please sign in to comment.