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
/
custom-page-tabla-catalogo-buscar-projection.d.ts
7 lines
(6 loc)
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
CustomPageable
}
from
'./custom-pageable'
;
import
{
TablaCatalogoBuscarProjection
}
from
'./tabla-catalogo-buscar-projection'
;
export
interface
CustomPageTablaCatalogoBuscarProjection
{
data
?:
Array
<
TablaCatalogoBuscarProjection
>;
pageable
?:
CustomPageable
; }