refactor: format and lint codebase (#971)
This commit is contained in:
8
app/assets/javascripts/StartApplication.ts
Normal file
8
app/assets/javascripts/StartApplication.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Bridge } from './Services/Bridge'
|
||||
|
||||
export type StartApplication = (
|
||||
defaultSyncServerHost: string,
|
||||
bridge: Bridge,
|
||||
enableUnfinishedFeatures: boolean,
|
||||
webSocketUrl: string,
|
||||
) => Promise<void>
|
||||
Reference in New Issue
Block a user