Skip to content

Commit

Permalink
Fix type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Nov 29, 2021
1 parent ddcb393 commit ec790ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/publisher/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,5 +474,5 @@ export type ReactDispatcherTrapApi = {
export type ReactIntegration = ReactDevtoolsHookHandlers & ReactInterationApi;

export type RecordEventHandler = (
payload: DistributiveOmit<Message, "id" | "timestamp">
payload: DistributiveOmit<Message, "id">
) => number;

0 comments on commit ec790ee

Please sign in to comment.