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 (Lycanroc).ts

23 lines
312 B
TypeScript

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