1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00
cards-database/data/Neo/Neo Revelation.ts
Florian Bouillon 49291b5c64
Removed set.variants from sets (#47)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-12 19:34:50 +00:00

22 lines
257 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Neo'
const neo3: Set = {
id: "neo3",
name: {
en: "Neo Revelation",
},
serie: serie,
tcgOnline: "N3",
cardCount: {
official: 64
},
releaseDate: "2001-09-21"
}
export default neo3