1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

20 lines
258 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../XY'
const set: Set = {
id: 'XY1b',
name: {
ja: 'コレクションY',
ko: 'Y컬렉션'
},
serie: serie,
cardCount: {
official: 60
},
releaseDate: '2013-12-13'
}
export default set