Skip to content

Commit d28d779

Browse files
committed
Update public API
1 parent d0f44b8 commit d28d779

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

etc/redux-toolkit.api.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ export function createAsyncThunk<ActionType extends string, Returned, ActionPara
116116
args: ActionParams;
117117
requestId: string;
118118
}>;
119-
finished: import("./createAction").ActionCreatorWithPreparedPayload<[string, ActionParams], undefined, string, never, {
120-
args: ActionParams;
121-
requestId: string;
122-
}>;
123119
};
124120

125121
// @alpha (undocumented)

0 commit comments

Comments
 (0)