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 9a6d802 commit d00efd7Copy full SHA for d00efd7
packages/core/src/types-hoist/feedback/config.ts
@@ -64,7 +64,7 @@ export interface FeedbackGeneralConfiguration {
64
*
65
* Default: undefined
66
*/
67
- _experiments: Partial<{ annotations: boolean; }>
+ _experiments: Partial<{ annotations: boolean }>;
68
69
/**
70
* Set an object that will be merged sent as tags data with the event.
0 commit comments