1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-11 15:45:14 +00:00
Files
cards-database/data/POP/Nintendo Black Star Promos.ts

22 lines
266 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: {
official: 40
},
releaseDate: "2003-10-01"
}
export default np