interface ExternalProviderAttributes {
    location: null | LatLng;
    name: null | string;
    url: null | string;
    uuid: string;
}

Properties

Properties

location: null | LatLng
name: null | string
url: null | string
uuid: string