UNPKG
nsrtm-gestionarchivo-npm-prueba2
Version:
latest (0.0.8)
0.0.8
0.0.7
Proyecto de Libreria Frontend para la Gestión de Archivos
nsrtm-gestionarchivo-npm-prueba2
/
app
/
api
/
gestionarchivo
/
models
/
gestion-archivo-response.d.ts
7 lines
(6 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
GestionArchivoResponse
{
archivoId
?:
number
;
directorioId
?:
number
;
laserficheId
?:
number
;
municipalidadId
?:
number
; }