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

19 lines
256 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'SM0',
name: {
ja: 'ピカチュウと新しい仲間たち'
},
serie: serie,
cardCount: {
official: 4
},
releaseDate: '2016-11-18'
}
export default set