Interface PostingLocation

interface PostingLocation {
    address: string;
    external_id: string;
    external_id_source: string;
    lat: number;
    lng: number;
    name: string;
}

Properties

address: string
external_id: string
external_id_source: string
lat: number
lng: number
name: string