We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aaef17 commit 4c117faCopy full SHA for 4c117fa
src/PostgrestTransformBuilder.ts
@@ -307,7 +307,7 @@ export default class PostgrestTransformBuilder<
307
* Override the type of the returned `data`.
308
*
309
* @typeParam NewResult - The new result type to override with
310
- * @deprecated Use overrideTypes<yourType, { partial: false }>() method at the end of your call chain instead
+ * @deprecated Use overrideTypes<yourType, { merge: false }>() method at the end of your call chain instead
311
*/
312
returns<NewResult>(): PostgrestTransformBuilder<
313
Schema,
0 commit comments