import { Node } from "@kie/build-chain-configuration-reader"; export const defaultNodeValue: Readonly = { project: "", parents: [], children: [], depth: -1 };