mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 10:52:10 +00:00
21 lines
246 B
TypeScript
21 lines
246 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../EX'
|
|
|
|
const pccp: Set = {
|
|
id: "ex5.5",
|
|
|
|
name: {
|
|
en: "Poké Card Creator Pack"
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 5
|
|
},
|
|
|
|
releaseDate: "2004-07-01"
|
|
}
|
|
|
|
export default pccp
|