1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-21 07:39:54 +00:00
cards-database/data/Black & White/Black & White.ts
Florian Bouillon 49291b5c64
Removed set.variants from sets (#47)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-12 19:34:50 +00:00

23 lines
286 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Black & White'
const bw1: Set = {
id: "bw1",
name: {
en: "Black & White",
fr: "Noir & Blanc"
},
serie: serie,
tcgOnline: "BLW",
cardCount: {
official: 114
},
releaseDate: "2011-04-25"
}
export default bw1