Type Alias DonationAlertsCallFetchOptions

DonationAlertsCallFetchOptions: Omit<RequestInit, "headers" | "method" | "body">

Additional fetch options for customizing the HTTP request.

These options extend the native RequestInit type, excluding headers, method, and body as those are managed separately by DonationAlertsApiCallOptions.