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

Updated Datas

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-03-16 21:11:34 +01:00
parent c280411122
commit 5154b2c15a
189 changed files with 560 additions and 605 deletions

View File

@ -2,20 +2,7 @@ import Expansion from "@tcgdex/sdk/interfaces/Expansion";
const set: Expansion = {
name: "POP",
code: "pop",
sets: [
"np",
"pop1",
"pop2",
"pop3",
"pop4",
"pop5",
"pop6",
"pop7",
"pop8",
"pop9",
]
code: "pop"
}
export default set