File

projects/maplander/components/src/lib/utils/models/property-type-item.ts

Index

Properties

Properties

amenities
amenities: AmenityItem[]
Type : AmenityItem[]
Optional
features
features: AmenityItem[]
Type : AmenityItem[]
Optional
iconName
iconName: string
Type : string
name
name: string
Type : string
shortName
shortName: string
Type : string
value
value: PropertyTypeEnum
Type : PropertyTypeEnum
import {PropertyTypeEnum} from '@maplander/types';
import {AmenityItem} from '../models/amenity-item';

export interface PropertyTypeItem {
  value: PropertyTypeEnum;
  iconName: string;
  name: string;
  shortName: string;
  features?: AmenityItem[];
  amenities?: AmenityItem[];
}

result-matching ""

    No results matching ""