1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 11:22:10 +00:00
cards-database/data/Gym/Gym Challenge.ts
Florian Bouillon 2f5f52b51c
refactor: Add Sets/Series translations (#172)
* refactor: Add set/Series translations

Signed-off-by: Avior <github@avior.me>

* refactor: Done Trainer kits

Signed-off-by: Avior <github@avior.me>
2021-11-16 12:44:58 +01:00

22 lines
256 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Gym'
const gym2: Set = {
id: "gym2",
name: {
en: "Gym Challenge"
},
serie: serie,
tcgOnline: "G2",
cardCount: {
official: 132
},
releaseDate: "2000-10-16"
}
export default gym2