1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-29 03:09:49 +00:00

Updated interfaces

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-08 17:55:29 +01:00
parent 465a616980
commit f805fc09b4
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ import LangList from "./LangList";
import { promises } from "fs";
interface Ability {
id: number
id?: number
type: AbilityType
name: LangList<string>
text: LangList<string>