Skip to content

Commit 59eef10

Browse files
committed
docs: remove "defaults to undefined"
1 parent 308aa7e commit 59eef10

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/query-core/src/types.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ export interface QueryObserverBaseResult<
525525
> {
526526
/**
527527
* The last successfully resolved data for the query.
528-
* - Defaults to `undefined`.
529528
*/
530529
data: TData | undefined
531530
/**
@@ -976,12 +975,10 @@ export interface MutationObserverBaseResult<
976975
> extends MutationState<TData, TError, TVariables, TContext> {
977976
/**
978977
* The last successfully resolved data for the mutation.
979-
* - Defaults to `undefined`.
980978
*/
981979
data: TData | undefined
982980
/**
983981
* The variables object passed to the `mutationFn`.
984-
* - Defaults to `undefined`.
985982
*/
986983
variables: TVariables | undefined
987984
/**

0 commit comments

Comments
 (0)