1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 10:52:10 +00:00

12 lines
136 B
TypeScript

import { Serie } from '../interfaces'
const base: Serie = {
name: {
en: "Base",
fr: "Base"
},
id: "base"
}
export default base