Skip to content

Commit

Permalink
chore(notifications): fix the type issue raised after linting core
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed Feb 8, 2024
1 parent 9396cd2 commit 1cdcd49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/notifications/src/inAppMessaging/types/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/**
* Base type for service options.
*/
export type InAppMessagingServiceOptions = Record<string, unknown>;
export type InAppMessagingServiceOptions = object;
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
/**
* Base type for service options.
*/
export type PushNotificationServiceOptions = Record<string, unknown>;
export type PushNotificationServiceOptions = object;

0 comments on commit 1cdcd49

Please sign in to comment.