(host: WorkspaceModuleBackendHost)
| 169 | readonly type: string; |
| 170 | readonly callable?: boolean; |
| 171 | connect(host: WorkspaceModuleBackendHost): Promise<WorkspaceModuleBackendHandle>; |
| 172 | } |
| 173 | |
| 174 | export type WorkspaceRegisteredBackend = |
no outgoing calls