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

20 lines
275 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../XY'
const set: Set = {
id: 'XY5a',
name: {
ja: 'ガイアボルケーノ',
ko: '가이아 볼케이노'
},
serie: serie,
cardCount: {
official: 70
},
releaseDate: '2014-12-13'
}
export default set