mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 19:32:11 +00:00
19 lines
245 B
TypeScript
19 lines
245 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../neo'
|
|
|
|
const set: Set = {
|
|
id: 'neo4',
|
|
name: {
|
|
ja: '闇、そして光へ...'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 113
|
|
},
|
|
releaseDate: '2001-04-20'
|
|
}
|
|
|
|
export default set
|