diff --git a/devTools/types/FC/facilities.d.ts b/devTools/types/FC/facilities.d.ts
index a3a268c3ed741393f07d2cbd3142856b1c0a5890..83c678fb2c787cd61693d29cd289b277db3283be 100644
--- a/devTools/types/FC/facilities.d.ts
+++ b/devTools/types/FC/facilities.d.ts
@@ -47,14 +47,6 @@ declare namespace FC {
 			/** Any additional nodes to attach. */
 			nodes?: Array<string|HTMLElement|DocumentFragment>
 		}
-
-		interface Node {
-			/** Any title to display above the node. */
-			title?: string;
-			/** The node itself. */
-			node: HTMLDivElement;
-		}
-
 		interface Pit {
 			/** Defaults to "the Pit" if not otherwise set. */
 			name: string;