UNPKG

ai-dev-diary

Version:

Intelligent development diary system for AI-assisted projects

3 lines 233 B
import { EntryType } from '../core/types'; export declare function createQuickEntry(type: EntryType, title: string, description?: string, correction?: string, author?: string): Promise<void>; //# sourceMappingURL=quick-entry.d.ts.map