Skip to content

Commit

Permalink
Update public API
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Feb 15, 2020
1 parent d0f44b8 commit d28d779
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions etc/redux-toolkit.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ export function createAsyncThunk<ActionType extends string, Returned, ActionPara
args: ActionParams;
requestId: string;
}>;
finished: import("./createAction").ActionCreatorWithPreparedPayload<[string, ActionParams], undefined, string, never, {
args: ActionParams;
requestId: string;
}>;
};

// @alpha (undocumented)
Expand Down

0 comments on commit d28d779

Please sign in to comment.