1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 10:52:10 +00:00
cards-database/data/POP/POP Series 2.ts

29 lines
354 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../POP'
const pop2: Set = {
id: "pop2",
name: {
en: "POP Series 2",
fr: "POP Série 2",
it: "POP Serie 2",
de: "POP Serie 2",
},
serie: serie,
cardCount: {
official: 17
},
releaseDate: "2005-08-01",
abbreviations: {
official: "P2",
fr: "P02"
}
}
export default pop2