export type ChildObject = { children?: ChildObject[]; } & T; //# sourceMappingURL=ChildObject.d.ts.map