mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-04 08:32:10 +00:00
21 lines
277 B
TypeScript
21 lines
277 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../Pop'
|
|
|
|
const np: Set = {
|
|
id: "np",
|
|
name: {
|
|
en: "Nintendo Black Star Promos",
|
|
},
|
|
serie: serie,
|
|
|
|
tcgOnline: "PR-NP",
|
|
|
|
cardCount: {
|
|
total: 40,
|
|
official: 40
|
|
},
|
|
|
|
releaseDate: "2003-10-01"
|
|
}
|
|
|
|
export default np |