import { IAction } from '@automatisch/types'; export default function defineAction(actionDefinition: IAction): IAction { return actionDefinition; }