chore: ugprade snjs deps (#898)
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user