1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-24 17:09:55 +00:00
cards-database/data/Trainer kits/SM trainer Kit (Alolan Raichu).ts

23 lines
323 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Trainer kits'
const set: Set = {
id: "tk-sm-r",
name: {
en: "SM trainer Kit (Alolan Raichu)",
fr: "SM Kit du dresseur (Raichu d'Alola)"
,
},
serie: serie,
cardCount: {
total: 30,
official: 30
},
releaseDate: "2017-04-21"
}
export default set