NotificationAlertOptions can have a subtitle (#11638)

This commit is contained in:
Julien Chaumond
2016-10-03 14:41:58 +02:00
committed by Masahiro Wakame
parent 8a47541d7e
commit 7b1e780045

1
apn/apn.d.ts vendored
View File

@@ -137,6 +137,7 @@ declare module "apn" {
}
export interface NotificationAlertOptions {
title?:string;
subtitle?:string;
body:string;
"title-loc-key"?:string;
"title-loc-args"?:string[];