1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-26 12:52:13 +00:00
cards-database/data/Pop/POP Series 5.ts

20 lines
248 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Pop'
const pop5: Set = {
id: "pop5",
name: {
en: "POP Series 5",
},
serie: serie,
cardCount: {
total: 17,
official: 17
},
releaseDate: "2007-03-01"
}
export default pop5