Type Alias GoogleGenAISdkHttpResponse
GoogleGenAISdkHttpResponse: {
headers?: Record<string, string>;
responseInternal: Response;
json(): Promise<unknown>;
}
Type declaration
Optionalheaders?: Record<string, string>
responseInternal: Response
json:function