export interface ExplicityDependency {
    sourceNodeName: string;
    sourceFilePath: string;
    targetNodeName: string;
}
