@photostructure/fs-metadata
    Preparing search index...

    Interface VolumeMountChange

    interface VolumeMountChange {
        added: readonly MountPoint[];
        generation: number;
        removed: readonly MountPoint[];
    }
    Index
    added: readonly MountPoint[]

    Mount points present in the current snapshot but not the prior one.

    generation: number

    Monotonically increasing generation of emitted changes.

    removed: readonly MountPoint[]

    Last-observed records absent from the current snapshot.