/* 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.
*/
/**
* The cross-referenced pair of V3 API list_id and V2 API sequence_id for a list. Response is sorted ascending by sequence_id.
* @export
* @interface ListXref
*/
export interface ListXref {
/**
* The V2 API list unique identifier
* @type {string}
* @memberof ListXref
*/
'sequence_id'?: string;
/**
* The V3 API list unique identifier
* @type {string}
* @memberof ListXref
*/
'list_id'?: string;
}