feat(web): extract ui-services package
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { SNComponent } from '@standardnotes/models'
|
||||
|
||||
export interface DesktopManagerInterface {
|
||||
syncComponentsInstallation(components: SNComponent[]): void
|
||||
registerUpdateObserver(callback: (component: SNComponent) => void): () => void
|
||||
getExtServerHost(): string
|
||||
}
|
||||
Reference in New Issue
Block a user