From 17c0cfd75e87d0c4f8bd16316d849c7fd5643b8f Mon Sep 17 00:00:00 2001 From: DCoded <dicoded@email.com> Date: Sun, 27 Jun 2021 11:08:29 -0400 Subject: [PATCH] Removed unused interface --- devTools/types/FC/facilities.d.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/devTools/types/FC/facilities.d.ts b/devTools/types/FC/facilities.d.ts index a3a268c3ed7..83c678fb2c7 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; -- GitLab