mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
* refactor: Add set/Series translations Signed-off-by: Avior <github@avior.me> * refactor: Done Trainer kits Signed-off-by: Avior <github@avior.me>
11 lines
119 B
TypeScript
11 lines
119 B
TypeScript
import { Serie } from '../interfaces'
|
|
|
|
const set: Serie = {
|
|
id: "gym",
|
|
name: {
|
|
en: "Gym"
|
|
},
|
|
}
|
|
|
|
export default set
|