1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

12 lines
151 B
TypeScript

import { Serie } from '../interfaces'
const set: Serie = {
id: "gym",
name: {
en: "Gym"
//fr: Not Available in French
},
}
export default set