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:
@ -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
|
||||
|
Reference in New Issue
Block a user