mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
19 lines
237 B
TypeScript
19 lines
237 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../DPt'
|
|
|
|
const set: Set = {
|
|
id: 'Pt2',
|
|
name: {
|
|
ja: '時の果ての絆'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 90
|
|
},
|
|
releaseDate: '2008-12-26'
|
|
}
|
|
|
|
export default set
|