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.

Verified changes - onRequest now exposed in RequestOptions

Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>

+1
+1
examples/openapi-ts-fetch/src/client/client/types.gen.ts
··· 63 63 }>, 64 64 Pick< 65 65 ServerSentEventsOptions<TData>, 66 + | 'onRequest' 66 67 | 'onSseError' 67 68 | 'onSseEvent' 68 69 | 'sseDefaultRetryDelay'