We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16ac25 commit 62a26a4Copy full SHA for 62a26a4
frontend/javascripts/viewer/model/sagas/update_actions.ts
@@ -188,7 +188,7 @@ type AddServerValuesFn<T extends { value: any }> = (arg0: T) => T & {
188
};
189
190
191
-type AsServerAction<A extends { value: any }> = ReturnType<AddServerValuesFn<A>>;
+export type AsServerAction<A extends { value: any }> = ReturnType<AddServerValuesFn<A>>;
192
193
// When the server delivers update actions (e.g., when requesting the version history
194
// of an annotation), ServerUpdateActions are sent which include some additional information.
0 commit comments