/* 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 { CreateListRemoveActivityRequestExclude } from './create-list-remove-activity-request-exclude'; // May contain unused imports in some cases // @ts-ignore import { CreateListRemoveActivityRequestSource } from './create-list-remove-activity-request-source'; /** * * @export * @interface ListActivityRemoveContacts */ export interface ListActivityRemoveContacts { /** * * @type {CreateListRemoveActivityRequestSource} * @memberof ListActivityRemoveContacts */ 'source': CreateListRemoveActivityRequestSource; /** * * @type {CreateListRemoveActivityRequestExclude} * @memberof ListActivityRemoveContacts */ 'exclude'?: CreateListRemoveActivityRequestExclude; /** * Specify up to 50 target list_ids from which to remove contacts. * @type {Array} * @memberof ListActivityRemoveContacts */ 'list_ids': Array; }