1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

19 lines
238 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../e'
const set: Set = {
id: 'E1',
name: {
ja: '基本拡張パック'
},
serie: serie,
cardCount: {
official: 128
},
releaseDate: '2001-12-01'
}
export default set