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
/
clase-vehiculo-projection.d.ts
9 lines
(8 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
ClaseVehiculoProjection
{
abreviatura
?:
string
;
descripcion
?:
string
;
letClaVehiculo
?:
string
;
pesoMaximo
?:
number
;
pesoMinimo
?:
number
;
tipClaVehiculoId
?:
number
; }