Skip to content

Commit

Permalink
fix types for typescript 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Nov 15, 2019
1 parent 1a69978 commit bbad895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/share/public/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface ShareContext {
* If not set it will default to `window.location.href`
*/
shareableUrl: string;
sharingData: unknown;
sharingData: { [key: string]: unknown };
isDirty: boolean;
onClose: () => void;
}
Expand Down

0 comments on commit bbad895

Please sign in to comment.