mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 11:09:51 +00:00
Finished Complete Rework of the Database
This commit is contained in:
11
data/Miscellaneous.ts
Normal file
11
data/Miscellaneous.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import { Serie } from '../interfaces'
|
||||
|
||||
const exp: Serie = {
|
||||
id: "misc",
|
||||
name: {
|
||||
en: "Miscellaneous",
|
||||
fr: "Autre"
|
||||
},
|
||||
}
|
||||
|
||||
export default exp
|
Reference in New Issue
Block a user