/** * Properties of a child node in the context of a structure node definition. * @see StructureNodeDef */ export interface ChildNodeProps { nodeName: string; params: Partial; }