chore(version-snjs): 2.7.18

This commit is contained in:
Antonella Sgarlatta
2021-07-13 19:23:14 -03:00
parent 0e67f78259
commit b1aeaeac41
10 changed files with 8 additions and 24 deletions

View File

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