import { EventsController } from "@xpresser/events-server/js/src/Types";

/**
* {{name}}
*/

export =
<EventsController>{
  /**
  * Example Action
  * @param ctx
  */
  action(ctx: any) {
    // Take Action
  }
};
