diff --git a/types/parse/index.d.ts b/types/parse/index.d.ts index 842d50b352..f2cb6b0deb 100644 --- a/types/parse/index.d.ts +++ b/types/parse/index.d.ts @@ -259,7 +259,7 @@ declare namespace Parse { constructor(name: string, data: any, type?: string); name(): string; url(): string; - save(options?: SuccessFailureOptions): Promise; + save(options?: FullOptions): Promise; }