1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-30 19:40:48 +00:00

Updated SWSH informations

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-02-06 01:50:05 +01:00
parent fc5cd3aba3
commit 2d31b6c403
6 changed files with 24 additions and 15 deletions

11
expansions/misc.ts Normal file
View File

@ -0,0 +1,11 @@
import Expansion from "@tcgdex/sdk/interfaces/Expansion";
const exp: Expansion = {
name: {
en: "Misc",
fr: "Autre"
},
code: "misc"
}
export default exp