1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 11:22:10 +00:00
cards-database/data/Sun & Moon.ts

12 lines
148 B
TypeScript

import { Serie } from '../interfaces'
const set: Serie = {
id: "sm",
name: {
en: "Sun & Moon",
fr: "Soleil & Lune",
}
}
export default set