1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

Added A Misc Expansion for Other types of Sets

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-02-03 14:01:04 +01:00
parent fc5cd3aba3
commit 7faa576765

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