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.ts

12 lines
159 B
TypeScript

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