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
/
comunes-projection.d.ts
7 lines
(6 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
ComunesProjection
{
abreviatura
?:
string
;
descripcion
?:
string
;
maestroId
?:
number
;
requerido
?:
boolean
; }