mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 19:32:11 +00:00
12 lines
151 B
TypeScript
12 lines
151 B
TypeScript
import { Serie } from '../interfaces'
|
|
|
|
const tk: Serie = {
|
|
id: "tk",
|
|
name: {
|
|
en: "Trainer kits",
|
|
fr: "Kits du dresseur"
|
|
},
|
|
}
|
|
|
|
export default tk
|