export interface DocumentoTipoProjection {
    abreviatura?: string;
    descripcion?: string;
    tipDocumentoId?: number;
}
