import { PropertyArchive } from "./PropertyArchive"; export interface TargetingPropertyArchive extends PropertyArchive { title: string; internalName: string; multilingualTitle: string; }