mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 10:52:10 +00:00
12 lines
145 B
TypeScript
12 lines
145 B
TypeScript
import { Serie } from '../interfaces'
|
|
|
|
const exp: Serie = {
|
|
id: "misc",
|
|
name: {
|
|
en: "Miscellaneous",
|
|
fr: "Autre"
|
|
},
|
|
}
|
|
|
|
export default exp
|