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 3.ts
2021-11-23 16:18:30 +01:00

24 lines
301 B
TypeScript

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