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

20 lines
268 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