We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bc23c commit 06e74b4Copy full SHA for 06e74b4
src/types.ts
@@ -8,7 +8,7 @@ export enum ResponseType {
8
}
9
10
export type FunctionInvokeOptions = {
11
- /** object representing the headers to send with the request 1 */
+ /** object representing the headers to send with the request */
12
headers?: { [key: string]: string }
13
/** the body of the request */
14
body?: Blob | BufferSource | FormData | URLSearchParams | ReadableStream<Uint8Array> | string
0 commit comments