UNPKG

@lomray/microservice-users

Version:

Users microservice based on NodeJS & inverted json.

7 lines (6 loc) 225 B
import User from "../../entities/user.js"; /** * CRUD controller for user entity */ declare const crud: Partial<import("@lomray/microservice-helpers/services/endpoint").IControllerReturn<User>>; export { crud as default };