Files
standardnotes-app-web/app/assets/javascripts/StartApplication.ts
2022-04-13 22:02:34 +05:30

9 lines
208 B
TypeScript

import { Bridge } from './Services/Bridge'
export type StartApplication = (
defaultSyncServerHost: string,
bridge: Bridge,
enableUnfinishedFeatures: boolean,
webSocketUrl: string,
) => Promise<void>