mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Add optional params to Parse PushData object (#36659)
This commit is contained in:
parent
cd1c0a03d3
commit
42cf9c4962
4
types/parse/index.d.ts
vendored
4
types/parse/index.d.ts
vendored
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user