UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

7 lines (6 loc) 165 B
/** * An object that represents a tree of {@link CaseTreeNode} that should be expanded. */ export interface ExpansionTree { [nodeId: string]: ExpansionTree; }