RequestOptions
RequestOptions
Section titled “RequestOptions”export interface RequestOptions { // optional extra headers to be sent with request (ex: x-cf-turnstile-response) headers?: Record<string, string>}RequestOptionsexport interface RequestOptions { // optional extra headers to be sent with request (ex: x-cf-turnstile-response) headers?: Record<string, string>}