TidGi-Desktop/src/services/serviceIdentifier.ts

27 lines
1 KiB
TypeScript

export default {
AgentBrowser: Symbol.for('AgentBrowser'),
AgentDefinition: Symbol.for('AgentDefinition'),
AgentInstance: Symbol.for('AgentInstance'),
Authentication: Symbol.for('Authentication'),
Context: Symbol.for('Context'),
Database: Symbol.for('Database'),
DeepLink: Symbol.for('DeepLinkService'),
ExternalAPI: Symbol.for('ExternalAPI'),
Git: Symbol.for('Git'),
GitServer: Symbol.for('GitServer'),
MenuService: Symbol.for('MenuService'),
NativeService: Symbol.for('NativeService'),
NotificationService: Symbol.for('NotificationService'),
Preference: Symbol.for('Preference'),
Sync: Symbol.for('Sync'),
SystemPreference: Symbol.for('SystemPreference'),
ThemeService: Symbol.for('ThemeService'),
Updater: Symbol.for('Updater'),
View: Symbol.for('View'),
Wiki: Symbol.for('Wiki'),
WikiEmbedding: Symbol.for('WikiEmbedding'),
WikiGitWorkspace: Symbol.for('WikiGitWorkspace'),
Window: Symbol.for('Window'),
Workspace: Symbol.for('Workspace'),
WorkspaceView: Symbol.for('WorkspaceView'),
};