From 92f572bd86a41db1d6e92b46e2ddc66b3a1102e6 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Fri, 9 Aug 2024 19:00:28 +0900 Subject: [PATCH] Fix type errors --- denops/@dpp-exts/installer.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/denops/@dpp-exts/installer.ts b/denops/@dpp-exts/installer.ts index 36436a4..a9b4668 100644 --- a/denops/@dpp-exts/installer.ts +++ b/denops/@dpp-exts/installer.ts @@ -1,11 +1,11 @@ import { - Actions, + type Actions, BaseExt, - Denops, - DppOptions, - Plugin, - Protocol, - ProtocolName, + type Denops, + type DppOptions, + type Plugin, + type Protocol, + type ProtocolName, } from "jsr:@shougo/dpp-vim@2.0.0/types"; import { convert2List,