/* tslint:disable */
/* eslint-disable */
/**
* Constant Contact API v3
* Swagger build version 3.0.2475
*
* The version of the OpenAPI document: 1.0.116
* Contact: webservices@constantcontact.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
// May contain unused imports in some cases
// @ts-ignore
import { GetEmailCampaignXrefs200ResponseXrefsInner } from './get-email-campaign-xrefs200-response-xrefs-inner';
/**
*
* @export
* @interface CrossReferenceResponse
*/
export interface CrossReferenceResponse {
/**
* An array of objects that contain a v2_email_campaign_id cross-referenced with a V3 campaign_id and a V3 campaign_activity_id value.
* @type {Array}
* @memberof CrossReferenceResponse
*/
'xrefs'?: Array;
}