feat: improve bridge and exported types
This commit is contained in:
6
app/assets/javascripts/startApplication.ts
Normal file
6
app/assets/javascripts/startApplication.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Bridge } from "./services/bridge";
|
||||
|
||||
export type StartApplication = (
|
||||
defaultSyncServerHost: string,
|
||||
bridge: Bridge
|
||||
) => Promise<void>;
|
||||
Reference in New Issue
Block a user