import Expansion from "../interfaces/Expansion"; const set: Expansion = { name: { en: "Platinum", fr: "Platine" }, code: "pl" } export default set