import { IApp } from '@automatisch/types'; export default function defineApp(appDefinition: IApp): IApp { return appDefinition; }