diff --git a/types/parse/index.d.ts b/types/parse/index.d.ts index dbebc03e96..47f9d52ae6 100644 --- a/types/parse/index.d.ts +++ b/types/parse/index.d.ts @@ -107,7 +107,7 @@ declare namespace Parse { interface AuthData { [key: string]: any } - + class BaseObject implements IBaseObject { toJSON(): any; } @@ -1012,6 +1012,8 @@ subscription.on('close', () => {}); badge?: string; sound?: string; title?: string; + notification?: any; + content_available?: any; } interface SendOptions extends UseMasterKeyOption {