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

12 lines
166 B
TypeScript

import Expansion from "@tcgdex/sdk/interfaces/Expansion";
const set: Expansion = {
name: {
en: "Platinium",
fr: "Platine"
},
code: "pl"
}
export default set