refactor: improve device interface types (#996)
This commit is contained in:
8
app/assets/javascripts/Device/StartApplication.ts
Normal file
8
app/assets/javascripts/Device/StartApplication.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { WebOrDesktopDevice } from './WebOrDesktopDevice'
|
||||
|
||||
export type StartApplication = (
|
||||
defaultSyncServerHost: string,
|
||||
device: WebOrDesktopDevice,
|
||||
enableUnfinishedFeatures: boolean,
|
||||
webSocketUrl: string,
|
||||
) => Promise<void>
|
||||
Reference in New Issue
Block a user