File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
docs/framework/angular/reference/interfaces Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ Defined in: [types.ts:218](https://github.com/TanStack/query/blob/main/packages/
25
25
26
26
``` ts
27
27
isError : SignalFunction <
28
- (
29
- this ,
30
- ) => this is CreateMutationResult <
28
+ (this ) => this is CreateMutationResult <
31
29
TData ,
32
30
TError ,
33
31
TVariables ,
@@ -55,9 +53,7 @@ Defined in: [types.ts:241](https://github.com/TanStack/query/blob/main/packages/
55
53
56
54
``` ts
57
55
isIdle : SignalFunction <
58
- (
59
- this ,
60
- ) => this is CreateMutationResult <
56
+ (this ) => this is CreateMutationResult <
61
57
TData ,
62
58
TError ,
63
59
TVariables ,
@@ -85,9 +81,7 @@ Defined in: [types.ts:275](https://github.com/TanStack/query/blob/main/packages/
85
81
86
82
``` ts
87
83
isPending : SignalFunction <
88
- (
89
- this ,
90
- ) => this is CreateMutationResult <
84
+ (this ) => this is CreateMutationResult <
91
85
TData ,
92
86
TError ,
93
87
TVariables ,
@@ -115,9 +109,7 @@ Defined in: [types.ts:258](https://github.com/TanStack/query/blob/main/packages/
115
109
116
110
``` ts
117
111
isSuccess : SignalFunction <
118
- (
119
- this ,
120
- ) => this is CreateMutationResult <
112
+ (this ) => this is CreateMutationResult <
121
113
TData ,
122
114
TError ,
123
115
TVariables ,
You can’t perform that action at this time.
0 commit comments