mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 03:12:10 +00:00
19 lines
247 B
TypeScript
19 lines
247 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../DPt'
|
|
|
|
const set: Set = {
|
|
id: 'Pt3',
|
|
name: {
|
|
ja: 'フロンティアの鼓動'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 100
|
|
},
|
|
releaseDate: '2009-03-06'
|
|
}
|
|
|
|
export default set
|