From c72dba3901b2a0774c3d68e2e465e384ffb9a35e Mon Sep 17 00:00:00 2001 From: Josue Date: Thu, 5 Aug 2021 11:09:25 -0400 Subject: [PATCH] refactor(front-end): use appropriate types for the novnc npm package --- striker-ui/types/novnc.node.d.ts | 1 - striker-ui/types/novnc__novnc.d.ts | 1 + striker-ui/types/react.vnc.dispaly.d.ts | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 striker-ui/types/novnc.node.d.ts create mode 100644 striker-ui/types/novnc__novnc.d.ts delete mode 100644 striker-ui/types/react.vnc.dispaly.d.ts diff --git a/striker-ui/types/novnc.node.d.ts b/striker-ui/types/novnc.node.d.ts deleted file mode 100644 index 2603228e..00000000 --- a/striker-ui/types/novnc.node.d.ts +++ /dev/null @@ -1 +0,0 @@ -declare module 'novnc-node'; diff --git a/striker-ui/types/novnc__novnc.d.ts b/striker-ui/types/novnc__novnc.d.ts new file mode 100644 index 00000000..2e140aff --- /dev/null +++ b/striker-ui/types/novnc__novnc.d.ts @@ -0,0 +1 @@ +declare module '@novnc/novnc/core/rfb'; diff --git a/striker-ui/types/react.vnc.dispaly.d.ts b/striker-ui/types/react.vnc.dispaly.d.ts deleted file mode 100644 index b9a669c6..00000000 --- a/striker-ui/types/react.vnc.dispaly.d.ts +++ /dev/null @@ -1 +0,0 @@ -declare module 'react-vnc-display';