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

26 lines
358 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Black & White'
const bw1: Set = {
id: "bw1",
name: {
en: "Black & White",
fr: "Noir & Blanc",
es: "Negro y Blanco",
it: "Nero e Bianco",
de: "Schwarz & Weiß"
},
serie: serie,
tcgOnline: "BLW",
cardCount: {
official: 114
},
releaseDate: "2011-04-25"
}
export default bw1