@codervisor/devlog-core
Version:
Core devlog management functionality
15 lines • 380 B
TypeScript
/**
* Integration service that handles synchronization between local storage and external systems
*/
export declare class IntegrationService {
private backgroundSyncTimer?;
/**
* Stop background synchronization
*/
stopBackgroundSync(): void;
/**
* Clean up resources
*/
dispose(): void;
}
//# sourceMappingURL=integration-service.d.ts.map