@hiero-hackers/hiero-notifications - v0.1.0
    Preparing search index...

    Interface WebhookOptions

    interface WebhookOptions {
        format?: "json" | "html";
        headers?: Readonly<Record<string, string>>;
    }
    Index
    format?: "json" | "html"

    Payload format: structured JSON (default) or the rendered HTML body.

    headers?: Readonly<Record<string, string>>

    Extra headers, e.g. an auth token.