mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
NotificationAlertOptions can have a subtitle (#11638)
This commit is contained in:
committed by
Masahiro Wakame
parent
8a47541d7e
commit
7b1e780045
1
apn/apn.d.ts
vendored
1
apn/apn.d.ts
vendored
@@ -137,6 +137,7 @@ declare module "apn" {
|
||||
}
|
||||
export interface NotificationAlertOptions {
|
||||
title?:string;
|
||||
subtitle?:string;
|
||||
body:string;
|
||||
"title-loc-key"?:string;
|
||||
"title-loc-args"?:string[];
|
||||
|
||||
Reference in New Issue
Block a user