Skip to content

Commit

Permalink
Update packages/jsapi-types/src/dh.types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Runyon <[email protected]>
  • Loading branch information
mofojed and mattrunyon committed Oct 17, 2023
1 parent b45f0f8 commit f3b882c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jsapi-types/src/dh.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export interface Widget {
listener: (event: unknown) => void
) => () => void;
getDataAsBase64(): string;
sendMessage: (message: string, args: unknown[]) => void;
sendMessage: (message: string, references?: never[]) => void;
}

export interface FigureDataUpdatedEvent {
Expand Down

0 comments on commit f3b882c

Please sign in to comment.