gcal-commander
Version:
A command-line interface for Google Calendar operations
13 lines (12 loc) • 378 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TOKENS = void 0;
// Service tokens for type-safe injection
exports.TOKENS = {
AuthService: 'AuthService',
CalendarService: 'CalendarService',
ConfigService: 'ConfigService',
ConfigStorage: 'ConfigStorage',
I18nService: 'I18nService',
PromptService: 'PromptService',
};