"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class RecentItem { constructor(path, repo, lastUsed) { this.projectPath = path; this.repository = repo; this.lastUsed = lastUsed; } } exports.default = RecentItem; //# sourceMappingURL=RecentItem.js.map