-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
I don't understand why this PR was merged. Essentially, any type becomes any when using | any. And the response type becomes any. Perhaps it should be
response?: ((this: RespThisType, opt: {
url: Recordable;
body: Recordable;
query: Recordable;
headers: Recordable;
}) => any) | Recordable;Metadata
Metadata
Assignees
Labels
No labels