Skip to content

Commit f150502

Browse files
authored
[typescript] Add isTimeZoneAgnostic in Typescript types (#432)
This was added by #354 and just didn't have updated typescript types.
1 parent 904a99f commit f150502

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,10 @@ export type NotificationRequest = {
208208
* Optional data to be added to the notification
209209
*/
210210
userInfo?: Record<string, any>;
211+
/**
212+
* If true, fireDate adjusted automatically upon time zone changes (e.g. for an alarm clock).
213+
*/
214+
isTimeZoneAgnostic?: boolean;
211215
/**
212216
* The interruption level for the notification.
213217
* Possible values: 'passive', 'active', 'timeSensitive', 'critical'

0 commit comments

Comments
 (0)