1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
Florian Bouillon 5154b2c15a
Updated Datas
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-03-16 21:11:34 +01:00

9 lines
131 B
TypeScript

import Expansion from "@tcgdex/sdk/interfaces/Expansion";
const set: Expansion = {
name: "XY",
code: "xy"
}
export default set