1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-26 21:02:15 +00:00
cards-database/data/Pop/POP Series 3.ts

20 lines
248 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Pop'
const pop3: Set = {
id: "pop3",
name: {
en: "POP Series 3",
},
serie: serie,
cardCount: {
total: 17,
official: 17
},
releaseDate: "2006-04-01"
}
export default pop3