1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 02:42:09 +00:00
cards-database/data/Pokémon TCG Pocket.ts

11 lines
140 B
TypeScript

import { Serie } from '../interfaces'
const serie: Serie = {
id: "tcgp",
name: {
en: "Pokémon TCG Pocket"
},
}
export default serie