mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
23
sets/pop/pop9.ts
Normal file
23
sets/pop/pop9.ts
Normal file
@ -0,0 +1,23 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
en: "POP Series 9"
|
||||
},
|
||||
expansionCode: "pop",
|
||||
code: "pop9",
|
||||
|
||||
cardCount: {
|
||||
total: 17,
|
||||
official: 17
|
||||
},
|
||||
|
||||
releaseDate: "2009-03-01",
|
||||
|
||||
legal: {
|
||||
standard: false,
|
||||
expanded: false,
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user