diff --git a/parse/parse.d.ts b/parse/parse.d.ts index 3a7d6b25f8..84fbc76027 100644 --- a/parse/parse.d.ts +++ b/parse/parse.d.ts @@ -1072,7 +1072,7 @@ declare namespace Parse { title?: string; } - interface SendOptions { + interface SendOptions extends UseMasterKeyOption { success?: () => void; error?: (error: Error) => void; }