/** * Shared constants for the opportunity / loan pipeline domain. */ /** Asset types that represent real property (map to PropertyCard). */ export const PROPERTY_ASSET_TYPES = new Set([ "Primary Residence", "Investment Property", "Holiday Home", "Commercial Property", "Rural Property", ]);