Skip to content

Commit

Permalink
Fix WithData and WithForm for string parse
Browse files Browse the repository at this point in the history
  • Loading branch information
jdforsythe committed Mar 2, 2021
1 parent 5987ef1 commit 8c8e369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ declare function phin<T>(options:

declare function phin(options:
phin.IStringResponseOptions |
IWithData<phin.IStringResponseOptions> |
IWithForm<phin.IStringResponseOptions>): Promise<phin.IStringResponse>
phin.IWithData<phin.IStringResponseOptions> |
phin.IWithForm<phin.IStringResponseOptions>): Promise<phin.IStringResponse>

declare function phin(options:
phin.IStreamResponseOptions |
Expand Down

0 comments on commit 8c8e369

Please sign in to comment.