Skip to content

response is any #144

Open
Open
@DiFuks

Description

@DiFuks

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions