1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00

19 lines
231 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../e'
const set: Set = {
id: 'E3',
name: {
ja: '海からの風'
},
serie: serie,
cardCount: {
official: 87
},
releaseDate: '2002-05-24'
}
export default set