12 lines
405 B
TypeScript
12 lines
405 B
TypeScript
/**
|
|
* DerechohabienteController - REST API for INFONAVIT workers
|
|
*
|
|
* Endpoints para gestión de derechohabientes INFONAVIT.
|
|
*
|
|
* @module Infonavit
|
|
* @routes /api/derechohabientes
|
|
*/
|
|
import { Router } from 'express';
|
|
import { DataSource } from 'typeorm';
|
|
export declare function createDerechohabienteController(dataSource: DataSource): Router;
|
|
//# sourceMappingURL=derechohabiente.controller.d.ts.map
|