1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-05 17:59:18 +00:00
Files
cards-database/data/Black & White.ts

15 lines
221 B
TypeScript

import { Serie } from '../interfaces'
const set: Serie = {
id: "bw",
name: {
en: "Black & White",
fr: "Noir & Blanc",
es: "Negro y Blanco",
it: "Nero e Bianco",
de: "Schwarz & Weiß"
}
}
export default set