mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Finished Complete Rework of the Database
This commit is contained in:
11
data/Sword & Shield.ts
Normal file
11
data/Sword & Shield.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import { Serie } from '../interfaces'
|
||||
|
||||
const set: Serie = {
|
||||
id: "swsh",
|
||||
name: {
|
||||
en: "Sword & Shield",
|
||||
fr: "Épée & Bouclier",
|
||||
},
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user