ts convertion

This commit is contained in:
Olivier Gagnon
2021-09-24 16:02:38 -04:00
parent b8faa9dc0b
commit 47f54a11c3
8 changed files with 44 additions and 31 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import { Money } from "../ui/React/Money";
import { Generic_fromJSON, Generic_toJSON, Reviver } from "../../utils/JSONReviver";
interface IConstructorParams {
export interface IConstructorParams {
info: string | JSX.Element;
stats?: JSX.Element;
isSpecial?: boolean;