merojosa

Results 2 comments of merojosa

@mcollina @metcoder95 I _think_ this existing test already covers the callback options types: ``` expectAssignable(mockInterceptor.reply((options) => { expectAssignable(options); return { statusCode: 200, data: { foo: 'bar'} }})) ``` Even so,...

@tim-finnigan hello, sorry for being late, I didn't get the notification of this issue. I updated the sdk to `1.34.113` and it seems we have the same behavior (only one...