NexSDK
    Preparing search index...

    Interface LandmarkResponse

    interface LandmarkResponse {
        distance_km: number;
        driving_minutes: LandmarkResponseDrivingMinutes;
        id: string;
        name: string;
        property_id: string;
    }
    Index

    Properties

    distance_km: number
    driving_minutes: LandmarkResponseDrivingMinutes
    id: string
    name: string
    property_id: string