1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 04:12:11 +00:00
cards-database/data/Neo/Neo Destiny.ts

21 lines
267 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Neo'
const neo4: Set = {
id: "neo4",
name: {
en: "Neo Destiny",
},
serie: serie,
tcgOnline: "N4",
cardCount: {
total: 113,
official: 105
},
releaseDate: "2002-02-28"
}
export default neo4