Skip to content

Commit 1cb0edd

Browse files
committed
1 parent d436b79 commit 1cb0edd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ export class MultiProvider extends EventEmitter {
267267
shutdown(callback?: () => void): Promise<void>;
268268
}
269269

270-
export type NotificationPushType = 'background' | 'alert' | 'voip' | 'pushtotalk' | 'liveactivity' | 'location' | 'complication' | 'fileprovider' | 'mdm';
270+
export type NotificationPushType = 'background' | 'alert' | 'voip' | 'pushtotalk' | 'liveactivity' | 'location' | 'complication' | 'fileprovider' | 'mdm' | 'widgets';
271271

272272
export type ChannelAction = 'create' | 'read' | 'readAll' | 'delete';
273273

0 commit comments

Comments
 (0)