import { SourceChildNode } from "./SourceChildNode"; export interface SourceChildNodes { [childNodeId: string]: SourceChildNode; }