/* 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.
*/
/**
*
* @export
* @interface ContactDelete
*/
export interface ContactDelete {
/**
* Specify up to 500 contacts by contact_id to delete; mutually exclusive with list_ids.
* @type {Array}
* @memberof ContactDelete
*/
'contact_ids'?: Array;
/**
* The contacts on the lists (up to 50) specified will be deleted; mutually exclusive with contact_ids.
* @type {Array}
* @memberof ContactDelete
*/
'list_ids'?: Array;
}