NotificationPermissions.d.ts 105 Bytes
Newer Older
冷佳娟's avatar
冷佳娟 committed
1 2 3 4 5
export interface NotificationPermissions {
    badge: boolean;
    alert: boolean;
    sound: boolean;
}