Files
standardnotes-app-web/app/assets/javascripts/Application/Device/StartApplication.ts

9 lines
235 B
TypeScript

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