import type { LocalizedString } from './Exports'; export type HouseStyle = { id: string; name: LocalizedString; type: 'houseStyle'; };