1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 11:22:10 +00:00
Florian Bouillon 5154b2c15a
Updated Datas
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-03-16 21:11:34 +01:00

11 lines
149 B
TypeScript

import Expansion from "@tcgdex/sdk/interfaces/Expansion";
const tk: Expansion = {
name: {
en: "Trainer kit"
},
code: "tk"
}
export default tk