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 };