1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 11:22:10 +00:00
Florian Bouillon 2d31b6c403
Updated SWSH informations
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-02-06 01:50:05 +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