1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-27 13:22:15 +00:00
Florian Bouillon be94e712b8
Initial Database
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-02-19 16:19:09 +01:00

24 lines
297 B
TypeScript

import Set from '../../interfaces/Set'
const set: Set = {
name: {
en: "Unseen Forces Unown Collection"
},
code: "exu",
expansionCode: "ex",
cardCount: {
total: 28,
official: 28
},
releaseDate: "2005-08-22",
legal: {
standard: false,
expanded: false,
}
}
export default set