RequestOptions
export interface RequestOptions { // optional extra headers to be sent with request (ex: x-cf-turnstile-response) headers?: Record<string, string> }
Was this page helpful?