1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
cards-database/data/POP/POP Series 4.ts

29 lines
354 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../POP'
const pop4: Set = {
id: "pop4",
name: {
en: "POP Series 4",
fr: "POP Série 4",
it: "POP Serie 4",
de: "POP Serie 4",
},
serie: serie,
cardCount: {
official: 17
},
releaseDate: "2006-08-01",
abbreviations: {
official: "P4",
fr: "P04"
}
}
export default pop4