1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 11:09:19 +00:00
Files
cards-database/data/Platinum.ts

15 lines
190 B
TypeScript

import { Serie } from '../interfaces'
const set: Serie = {
id: "pl",
name: {
en: "Platinum",
fr: "Platine",
es: "Platino",
it: "Platino",
de: "Platin"
},
}
export default set