import Expansion from "../interfaces/Expansion"; const set: Expansion = { name: "XY", code: "xy" } export default set