File tree Expand file tree Collapse file tree
docs/framework/angular/reference/interfaces Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,9 +21,7 @@ title: BaseMutationNarrowing
2121
2222``` ts
2323isError : SignalFunction <
24- (
25- this ,
26- ) => this is CreateMutationResult <
24+ (this ) => this is CreateMutationResult <
2725 TData ,
2826 TError ,
2927 TVariables ,
@@ -53,9 +51,7 @@ isError: SignalFunction<
5351
5452``` ts
5553isIdle : SignalFunction <
56- (
57- this ,
58- ) => this is CreateMutationResult <
54+ (this ) => this is CreateMutationResult <
5955 TData ,
6056 TError ,
6157 TVariables ,
@@ -85,9 +81,7 @@ isIdle: SignalFunction<
8581
8682``` ts
8783isPending : SignalFunction <
88- (
89- this ,
90- ) => this is CreateMutationResult <
84+ (this ) => this is CreateMutationResult <
9185 TData ,
9286 TError ,
9387 TVariables ,
@@ -117,9 +111,7 @@ isPending: SignalFunction<
117111
118112``` ts
119113isSuccess : SignalFunction <
120- (
121- this ,
122- ) => this is CreateMutationResult <
114+ (this ) => this is CreateMutationResult <
123115 TData ,
124116 TError ,
125117 TVariables ,
You can’t perform that action at this time.
0 commit comments