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

23 lines
279 B
TypeScript

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