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

19 lines
245 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../VS'
const set: Set = {
id: 'VS1',
name: {
ja: 'ポケモンカード★VS'
},
serie: serie,
cardCount: {
official: 141
},
releaseDate: '2001-07-19'
}
export default set