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

20 lines
272 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'SMP2',
name: {
ja: '名探偵ピカチュウ',
ko: '명탐정 피카츄'
},
serie: serie,
cardCount: {
official: 24
},
releaseDate: '2019-04-26'
}
export default set