Commit b06d59e4 authored by Libin Lu's avatar Libin Lu Committed by GitHub

Update index.d.ts

parent fc4cfd35
......@@ -61,7 +61,8 @@ declare module "react-native-fcm" {
group?: string;
picture?: string;
my_custom_data?: string;
lights?: boolean
ongoing?: boolean;
lights?: boolean;
}
export interface ScheduleLocalNotification extends LocalNotification{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment