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:
parent
fc5cd3aba3
commit
7faa576765
11
expansions/misc.ts
Normal file
11
expansions/misc.ts
Normal 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
|
Loading…
x
Reference in New Issue
Block a user