fix: Fix issues based on Louis comments

This commit is contained in:
hiro 2023-12-13 01:27:18 +07:00
parent f2688771ff
commit 587f5addfa
2 changed files with 2 additions and 3 deletions

View File

@ -25,7 +25,8 @@
"fetch-retry": "^5.0.6", "fetch-retry": "^5.0.6",
"path-browserify": "^1.0.1", "path-browserify": "^1.0.1",
"ts-loader": "^9.5.0", "ts-loader": "^9.5.0",
"ulid": "^2.3.0" "ulid": "^2.3.0",
"rxjs": "^7.8.1"
}, },
"engines": { "engines": {
"node": ">=18.0.0" "node": ">=18.0.0"

View File

@ -1,7 +1,5 @@
import { Model } from "@janhq/core"; import { Model } from "@janhq/core";
declare const MODULE: string;
declare interface EngineSettings { declare interface EngineSettings {
base_url?: string; base_url?: string;
} }