fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #700 from lsdch/fetch-client-export-type

fix: export type RequestResult of fetch client

authored by

Lubos and committed by
GitHub
24b86736 3ad6f72d

+6 -1
+5
.changeset/healthy-months-listen.md
··· 1 + --- 2 + '@hey-api/client-fetch': patch 3 + --- 4 + 5 + export RequestResult type
+1 -1
packages/client-fetch/src/node/index.ts
··· 1 1 export { client, createClient } from '../'; 2 - export type { Client, Options } from '../types'; 2 + export type { Client, Options, RequestResult } from '../types'; 3 3 export { formDataBodySerializer, jsonBodySerializer } from '../utils';