UNPKG

nsrtm-gestionarchivo-npm-prueba2

Version:

Proyecto de Libreria Frontend para la Gestión de Archivos

7 lines (6 loc) 254 B
import { CustomPageable } from './custom-pageable'; import { DatosArchivoProjection } from './datos-archivo-projection'; export interface CustomPageDatosArchivoProjection { data?: Array<DatosArchivoProjection>; pageable?: CustomPageable; }