Skip to content

Commit

Permalink
fix(index): export IndexWidgetParams type (#4793)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Jun 24, 2021
1 parent 1a10b59 commit 91bdea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/index/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const withUsage = createDocumentationMessageGenerator({
name: 'index-widget',
});

type IndexWidgetParams = {
export type IndexWidgetParams = {
indexName: string;
indexId?: string;
};
Expand Down

0 comments on commit 91bdea1

Please sign in to comment.