Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZillaGold committed Mar 25, 2021
1 parent f527dfe commit accd9d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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": "rawjsonbuilder",
"version": "1.1.9",
"version": "1.1.10",
"description": "Minecraft Raw JSON text builder",
"main": "./lib/RawJSONBuilder.js",
"types": "./lib/interfaces.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/interfaces/translate.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { IText } from "./text";
import { RawJSONBuilder } from "../RawJSONBuilder";

export interface ITranslate {
translate: string;
with?: IText[];
with?: RawJSONBuilder[];
}

0 comments on commit accd9d5

Please sign in to comment.