getUrl must return this type.
Utils
GetUrlResponse
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
type GetUrlResponse: {
"body": null | Uint8Array;
"headers": Record<string, string>;
"statusCode": number;
"statusMessage": string;
};
getUrl must return this type.
body: null | Uint8Array;
headers: Record<string, string>;
statusCode: number;
statusMessage: string;
Was this page helpful?
