Skip to content

Commit

Permalink
Merge pull request #223 from raphaelpra/master
Browse files Browse the repository at this point in the history
Update body type
  • Loading branch information
ryanbrainard authored Jan 5, 2019
2 parents 83df25a + d51e555 commit 7c3ba13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export interface Mapping<TProps, TValue> {
method?: string;
headers?: { [key: string]: string | (() => string) };
credentials?: "omit" | "same-origin" | "include";
body?: object;
body?: string;
redirect?: "follow" | "error" | "manual";
mode?: "cors" | "no-cors" | "same-origin" | "navigate";
refreshInterval?: number;
Expand Down

0 comments on commit 7c3ba13

Please sign in to comment.