mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
SendOptions for parse push on new parse-server need the useMasterKey flag to work (#10962)
This commit is contained in:
committed by
Masahiro Wakame
parent
ef8a45b6e5
commit
5c82604617
2
parse/parse.d.ts
vendored
2
parse/parse.d.ts
vendored
@@ -1072,7 +1072,7 @@ declare namespace Parse {
|
||||
title?: string;
|
||||
}
|
||||
|
||||
interface SendOptions {
|
||||
interface SendOptions extends UseMasterKeyOption {
|
||||
success?: () => void;
|
||||
error?: (error: Error) => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user