1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-28 18:59:50 +00:00
Files
cards-database/data/Sword & Shield.ts

13 lines
183 B
TypeScript

import { Serie } from '../interfaces'
const set: Serie = {
id: "swsh",
name: {
en: "Sword & Shield",
fr: "Épée & Bouclier",
es: "Espada y Escudo"
},
}
export default set