export interface ActionInterface {
  microserviceName: string;
  modelName: string;
  actionName: string;
  actionParams?: object;
}
