From ca5de2023fff290df2c702f2e494941a2bab02b1 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Mon, 28 Sep 2020 18:00:14 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Types=20cleanup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/core/src/types.ts | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/packages/core/src/types.ts b/packages/core/src/types.ts index 8dea2d7a..b6d19844 100644 --- a/packages/core/src/types.ts +++ b/packages/core/src/types.ts @@ -1,17 +1,3 @@ -interface Config { - staticCursors: string[]; - animatedCursors: string[]; - bitmapsDir: string; -} - -interface PathConfig { - rawSvgsDir: string; - schemesPath: string; - bitmapsPath: string; - animatedCursors: string[]; - staticCursors: string[]; -} - interface Frames { [fileName: string]: { buffer: Buffer; @@ -36,4 +22,4 @@ interface PixelDiffRate { }; } -export { Config, Frames, Colors, ThemeColors, PathConfig, PixelDiffRate }; +export { Frames, Colors, ThemeColors, PixelDiffRate };