File

projects/maplander/components/src/lib/utils/models/property-card-info.ts

Index

Properties

Properties

address
address: Address
Type : Address
authUsers
authUsers: string
Type : string
currency
currency: string
Type : string
features
features: Features
Type : Features
Optional
image
image: string
Type : string
offering
offering: OfferingTypeEnum
Type : OfferingTypeEnum
price
price: number
Type : number
propertyId
propertyId: string
Type : string
status
status: StatusTypeEnum
Type : StatusTypeEnum
Optional
type
type: PropertyTypeEnum
Type : PropertyTypeEnum
url
url: string
Type : string
import {Address, Features, OfferingTypeEnum, PropertyTypeEnum, StatusTypeEnum} from '@maplander/types';

export interface PropertyCardInfo {
  address: Address;
  authUsers: string;
  currency: string;
  propertyId: string;
  image: string;
  offering: OfferingTypeEnum;
  price: number;
  type: PropertyTypeEnum;
  url: string;
  status?: StatusTypeEnum;
  features?: Features;
}

result-matching ""

    No results matching ""