1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +00:00
cards-database/data/Gym/Gym Heroes.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
253 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Gym'
const gym1: Set = {
id: "gym1",
name: {
en: "Gym Heroes"
},
serie: serie,
tcgOnline: "G1",
cardCount: {
official: 132
},
releaseDate: "2000-08-14"
}
export default gym1