@eeymoo/ai-coding-sync
    Preparing search index...

    Interface LinkSyncResult

    Link-mode sync planning result.

    0.1.0

    interface LinkSyncResult {
        applied: boolean;
        cachePath: string;
        linkPath: string;
    }
    Index

    Properties

    applied: boolean
    cachePath: string
    linkPath: string