UNPKG

@egalteam/framework

Version:

Egal

7 lines (6 loc) 133 B
export interface ActionInterface { microserviceName: string; modelName: string; actionName: string; actionParams?: object; }