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

    Interface B2NotificationCustomHeader

    Custom HTTP header attached to a B2 event notification target.

    interface B2NotificationCustomHeader {
        name: string;
        value: string;
    }
    Index
    name: string

    Header name sent with notification callbacks.

    value: string

    Header value sent with notification callbacks.