chore(version-snjs): 2.7.19 - permissions handling

This commit is contained in:
Antonella Sgarlatta
2021-07-14 19:00:33 -03:00
parent de8be411f4
commit d4195f8204
8 changed files with 21 additions and 11 deletions

View File

@@ -3,4 +3,5 @@ import { Bridge } from "./services/bridge";
export type StartApplication = (
defaultSyncServerHost: string,
bridge: Bridge,
webSocketUrl: string,
) => Promise<void>;