export interface ClasificacionDiligenciaModel { tipo: string; subTipo: string; sigla: string; }