1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
cards-database/data/Sword & Shield/Sword & Shield.ts
2021-11-22 15:51:59 +01:00

26 lines
380 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const swsh1: Set = {
id: "swsh1",
name: {
en: "Sword & Shield",
fr: "Épée et Bouclier",
es: "Espada y Escudo",
it: "Spada e Scudo",
de: "Schwert & Schild",
pt: "Espada e Escudo"
},
serie: serie,
cardCount: {
official: 202
},
releaseDate: "2020-02-07"
}
export default swsh1