mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 11:22:10 +00:00
11 lines
149 B
TypeScript
11 lines
149 B
TypeScript
import Expansion from "@tcgdex/sdk/interfaces/Expansion";
|
|
|
|
const tk: Expansion = {
|
|
name: {
|
|
en: "Trainer kit"
|
|
},
|
|
code: "tk"
|
|
}
|
|
|
|
export default tk
|