mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
Finished Complete Rework of the Database
This commit is contained in:
11
data/Sun & Moon.ts
Normal file
11
data/Sun & Moon.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import { Serie } from '../interfaces'
|
||||
|
||||
const set: Serie = {
|
||||
id: "sm",
|
||||
name: {
|
||||
en: "Sun & Moon",
|
||||
fr: "Soleil & Lune",
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user