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 @@ -21,9 +21,7 @@ title: BaseMutationNarrowing
21
21
22
22
``` ts
23
23
isError : SignalFunction <
24
- (
25
- this ,
26
- ) => this is CreateMutationResult <
24
+ (this ) => this is CreateMutationResult <
27
25
TData ,
28
26
TError ,
29
27
TVariables ,
@@ -53,9 +51,7 @@ isError: SignalFunction<
53
51
54
52
``` ts
55
53
isIdle : SignalFunction <
56
- (
57
- this ,
58
- ) => this is CreateMutationResult <
54
+ (this ) => this is CreateMutationResult <
59
55
TData ,
60
56
TError ,
61
57
TVariables ,
@@ -85,9 +81,7 @@ isIdle: SignalFunction<
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 ,
@@ -117,9 +111,7 @@ isPending: SignalFunction<
117
111
118
112
``` ts
119
113
isSuccess : SignalFunction <
120
- (
121
- this ,
122
- ) => this is CreateMutationResult <
114
+ (this ) => this is CreateMutationResult <
123
115
TData ,
124
116
TError ,
125
117
TVariables ,
You can’t perform that action at this time.
0 commit comments