1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09:19 +00:00

Updated DB and made it work with SDK

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-03-11 09:41:29 +01:00
parent 27ba2ef104
commit a284fcac64
12344 changed files with 85456 additions and 122483 deletions

View File

@ -1,7 +1,7 @@
import Card from "../../../interfaces/Card";
import Tag from "../../../interfaces/Tag";
import Category from "../../../interfaces/Category";
import Rarity from "../../../interfaces/Rarity";
import Card from "@tcgdex/sdk/interfaces/Card";
import Tag from "@tcgdex/sdk/interfaces/Tag";
import Category from "@tcgdex/sdk/interfaces/Category";
import Rarity from "@tcgdex/sdk/interfaces/Rarity";
import xy9 from "../../../sets/xy/xy9"
const card: Card = {
id: "xy9-98a",
@ -27,3 +27,4 @@ const card: Card = {
set: xy9
}
export default card