mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
Finished Complete Rework of the Database
This commit is contained in:
20
data/Pop/POP Series 8.ts
Normal file
20
data/Pop/POP Series 8.ts
Normal file
@ -0,0 +1,20 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Pop'
|
||||
|
||||
const pop8: Set = {
|
||||
id: "pop8",
|
||||
name: {
|
||||
en: "POP Series 8",
|
||||
},
|
||||
serie: serie,
|
||||
|
||||
|
||||
cardCount: {
|
||||
total: 17,
|
||||
official: 17
|
||||
},
|
||||
|
||||
releaseDate: "2008-09-01"
|
||||
}
|
||||
|
||||
export default pop8
|
Reference in New Issue
Block a user