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