brows3r — TypeScript API
    Preparing search index...

    Interface BundleRef

    Reference to a collected (but not yet exported) bundle.

    Mirrors src-tauri/src/diagnostics/bundle.rs BundleRef. The path is an absolute path to the ZIP on the local filesystem.

    interface BundleRef {
        id: string;
        path: string;
        redactionApplied: boolean;
        sizeBytes: number;
    }
    Index

    Properties

    id: string
    path: string
    redactionApplied: boolean
    sizeBytes: number