interface DefinitionContainer {
    [id: string]: BPMNDefinition;
}

Indexable

[id: string]: BPMNDefinition

Generated using TypeDoc