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
Florian Bouillon 98d25c6769
It should compile for Spanish :D
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-06-29 22:59:48 +02:00

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