1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-27 05:12:11 +00:00
cards-database/data/Pop/POP Series 1.ts

20 lines
248 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Pop'
const pop1: Set = {
id: "pop1",
name: {
en: "POP Series 1",
},
serie: serie,
cardCount: {
total: 17,
official: 17
},
releaseDate: "2004-09-01"
}
export default pop1