1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-07 01:37:52 +00:00
Florian Bouillon 7faa576765 Added A Misc Expansion for Other types of Sets
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
2021-02-03 14:01:04 +01:00

12 lines
161 B
TypeScript

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