Skip to content
Snippets Groups Projects

[Projekt: Entwicklung - Infrastruktur][TicketNr.: 2040189][Workflow-Entitäten: fehlende Imports]

Merged Martin Groppe requested to merge main_2040189_wrongImports into main
Files
21
import { result } from "@aditosoftware/jdito-types";
import { $KeywordRegistry } from "KeywordRegistry_basic";
import { WorkflowKeywords } from "WorkflowKeywords_registry";
result.string($KeywordRegistry.workflowCategory());
\ No newline at end of file
result.string(WorkflowKeywords.workflowCategory());
\ No newline at end of file
Loading