TidGi-Desktop/src/services/serviceIdentifier.ts
2021-01-25 23:25:27 +08:00

17 lines
610 B
TypeScript

export default {
Authentication: Symbol.for('Authentication'),
Git: Symbol.for('Git'),
Context: Symbol.for('Context'),
MenuService: Symbol.for('MenuService'),
NativeService: Symbol.for('NativeService'),
Notification: Symbol.for('Notification'),
Preference: Symbol.for('Preference'),
SystemPreference: Symbol.for('SystemPreference'),
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'),
};