chore: ugprade snjs deps (#898)

This commit is contained in:
Mo
2022-02-24 12:57:32 -06:00
committed by GitHub
parent 7fe0873bbb
commit c3d849d204
19 changed files with 163 additions and 182 deletions

View File

@@ -1,8 +1,9 @@
import { Bridge } from "./services/bridge";
import { Bridge } from './services/bridge';
export type StartApplication = (
defaultSyncServerHost: string,
defaultFilesHostHost: string,
bridge: Bridge,
enableUnfinishedFeatures: boolean,
webSocketUrl: string,
webSocketUrl: string
) => Promise<void>;