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

    Interface ManifestEntry

    File manifest entry stored locally and remotely.

    0.1.0

    interface ManifestEntry {
        checksum: string;
        device?: string;
        mtime: number;
        path: string;
        size: number;
    }
    Index

    Properties

    checksum: string
    device?: string
    mtime: number
    path: string
    size: number