diff --git a/index.d.ts b/index.d.ts index e29d79be..67427049 100644 --- a/index.d.ts +++ b/index.d.ts @@ -208,6 +208,10 @@ export type NotificationRequest = { * Optional data to be added to the notification */ userInfo?: Record; + /** + * 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'