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

    Remote lock state description.

    0.1.0

    interface RemoteLock {
        expiresAt: string;
        lockPath: string;
        owner: string;
    }
    Index

    Properties

    expiresAt: string
    lockPath: string
    owner: string