/** * Encloses Communication exemption designator details * @export * @class CommunicationExemptionDesignatorResponse */ export declare class CommunicationExemptionDesignatorResponse { /** * @type {number} * @memberof CommunicationExemptionDesignatorResponse */ id?: number | undefined; /** * @type {string} * @memberof CommunicationExemptionDesignatorResponse */ type?: string | undefined; /** * @type {string} * @memberof CommunicationExemptionDesignatorResponse */ name?: string | undefined; }