Skip to content

Commit

Permalink
[typescript] Add isTimeZoneAgnostic in Typescript types (#432)
Browse files Browse the repository at this point in the history
This was added by #354 and just didn't have updated typescript types.
  • Loading branch information
jonzlin95 committed Apr 24, 2024
1 parent 904a99f commit f150502
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ export type NotificationRequest = {
* Optional data to be added to the notification
*/
userInfo?: Record<string, any>;
/**
* If true, fireDate adjusted automatically upon time zone changes (e.g. for an alarm clock).
*/
isTimeZoneAgnostic?: boolean;
/**
* The interruption level for the notification.
* Possible values: 'passive', 'active', 'timeSensitive', 'critical'
Expand Down

0 comments on commit f150502

Please sign in to comment.