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
/
comunes-registro
/
models
/
mov-his-registros-tabla-catalogo-response.d.ts
10 lines
(9 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
MovHisRegistrosTablaCatalogoResponse
{
activo
?:
boolean
;
fecha
?:
string
;
historico
?:
string
;
movimientoId
?:
number
;
tablaId
?:
number
;
terminal
?:
string
;
usuario
?:
string
; }