import LangList from "./LangList"; export default interface Expansion { name: LangList | string code: string sets?: Array }