mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 02:42:09 +00:00
11 lines
140 B
TypeScript
11 lines
140 B
TypeScript
import { Serie } from '../interfaces'
|
|
|
|
const serie: Serie = {
|
|
id: "tcgp",
|
|
name: {
|
|
en: "Pokémon TCG Pocket"
|
|
},
|
|
}
|
|
|
|
export default serie
|