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

20 lines
264 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../XY'
const set: Set = {
id: 'XY7',
name: {
ja: 'バンデットリング',
ko: '밴디트링'
},
serie: serie,
cardCount: {
official: 81
},
releaseDate: '2015-06-20'
}
export default set