Skip to content

Commit ce6e87c

Browse files
Copilotmrlubos
andcommitted
Verified changes - onRequest now exposed in RequestOptions
Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>
1 parent 1157197 commit ce6e87c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/openapi-ts-fetch/src/client/client/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export interface RequestOptions<
6363
}>,
6464
Pick<
6565
ServerSentEventsOptions<TData>,
66+
| 'onRequest'
6667
| 'onSseError'
6768
| 'onSseEvent'
6869
| 'sseDefaultRetryDelay'

0 commit comments

Comments
 (0)