import { ContactoLite } from 'src/models';

export interface CommonMappersPayload {
  idCaptacion: number;
  titular: ContactoLite;
}
