/** * 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. */ import { GetContactIdXrefs200ResponseXrefsInner } from './get-contact-id-xrefs200-response-xrefs-inner'; /** * * @export * @interface ContactXrefs */ export interface ContactXrefs { /** * An array of cross-referenced V3 API contact_id and V2 API sequence_id values. Response is sorted ascending by sequence_id. * @type {Array} * @memberof ContactXrefs */ 'xrefs'?: Array; }