TidGi-Desktop/src/services/serviceIdentifier.ts
lin onetwo 5d0718d06c Revert "feat: try add workflow service for noflo runtime"
This reverts commit 09961366f08aa394e60d824dffe60d48cd5215a8.
2023-07-18 01:10:50 +08:00

21 lines
780 B
TypeScript

export default {
Authentication: Symbol.for('Authentication'),
Context: Symbol.for('Context'),
Database: Symbol.for('Database'),
Git: Symbol.for('Git'),
LanguageModel: Symbol.for('LanguageModel'),
MenuService: Symbol.for('MenuService'),
NativeService: Symbol.for('NativeService'),
NotificationService: Symbol.for('NotificationService'),
Pages: Symbol.for('Pages'),
Preference: Symbol.for('Preference'),
SystemPreference: Symbol.for('SystemPreference'),
ThemeService: Symbol.for('ThemeService'),
Updater: Symbol.for('Updater'),
View: Symbol.for('View'),
Wiki: Symbol.for('Wiki'),
WikiGitWorkspace: Symbol.for('WikiGitWorkspace'),
Window: Symbol.for('Window'),
Workspace: Symbol.for('Workspace'),
WorkspaceView: Symbol.for('WorkspaceView'),
};