mirror of
https://github.com/kmitresse/Compo-Service-Log-Project.git
synced 2026-05-14 01:21:48 +00:00
feat: Get json dataset from stream, convert into NudgerData, start to implement DMN concepts
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { ModdleElement } from "./ModdleElement";
|
||||
|
||||
export const _DMN_DMNElementReference: "dmn:DMNElementReference" =
|
||||
"dmn:DMNElementReference";
|
||||
export interface DMN_DMNElementReference extends ModdleElement {
|
||||
$type: typeof _DMN_DMNElementReference;
|
||||
href: string; // Example: "#temperature_id"
|
||||
}
|
||||
Reference in New Issue
Block a user