@backblaze-labs/b2-mcp
    Preparing search index...

    Interface ReportRequestOptions

    Shared request options for bounded report reads.

    interface ReportRequestOptions {
        timeoutMs?: number;
    }

    Hierarchy (View Summary)

    Index
    timeoutMs?: number

    Request timeout in milliseconds.