Type Alias EmergencyServiceLocationsBatchAddEmergencyServiceLocationsResponse

EmergencyServiceLocationsBatchAddEmergencyServiceLocationsResponse: {
    locations?: { display_name?: string; location_id?: string }[];
}