UNPKG

@mas-soft/mas-core-server

Version:

main application

9 lines (8 loc) 220 B
import { ServiceSchema } from "moleculer"; export interface EntityMicroService extends ServiceSchema { actions?: { add?: {} | Function; get?: {} | Function; [p: string]: any; }; }