mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
11 lines
139 B
TypeScript
11 lines
139 B
TypeScript
import { Serie } from '../interfaces'
|
|
|
|
const serie: Serie = {
|
|
name: {
|
|
ja: 'ポケモンカードe'
|
|
},
|
|
id: 'e'
|
|
}
|
|
|
|
export default serie
|