mirror of
https://github.com/kmitresse/Compo-Service-Log-Project.git
synced 2026-05-17 01:21:47 +00:00
feat: Use container for the API service
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { ModdleElement } from "./ModdleElement";
|
||||
|
||||
const _DMN_RuleAnnotationClause: "dmn:RuleAnnotationClause" =
|
||||
"dmn:RuleAnnotationClause";
|
||||
|
||||
interface RuleAnnotationClause extends ModdleElement {
|
||||
$type: typeof _DMN_RuleAnnotationClause;
|
||||
}
|
||||
|
||||
export { RuleAnnotationClause, _DMN_RuleAnnotationClause };
|
||||
Reference in New Issue
Block a user