@@ -2463,7 +2463,7 @@ export * from "./gql.js";`);
2463
2463
extends String
2464
2464
implements DocumentTypeDecoration<TResult, TVariables>
2465
2465
{
2466
- __apiType?: DocumentTypeDecoration<TResult, TVariables>['__apiType'];
2466
+ __apiType?: NonNullable< DocumentTypeDecoration<TResult, TVariables>['__apiType']> ;
2467
2467
private value: string;
2468
2468
public __meta__?: Record<string, any> | undefined;
2469
2469
@@ -2608,7 +2608,7 @@ export * from "./gql.js";`);
2608
2608
extends String
2609
2609
implements DocumentTypeDecoration<TResult, TVariables>
2610
2610
{
2611
- __apiType?: DocumentTypeDecoration<TResult, TVariables>['__apiType'];
2611
+ __apiType?: NonNullable< DocumentTypeDecoration<TResult, TVariables>['__apiType']> ;
2612
2612
private value: string;
2613
2613
public __meta__?: Record<string, any> | undefined;
2614
2614
@@ -2748,7 +2748,7 @@ export * from "./gql.js";`);
2748
2748
extends String
2749
2749
implements DocumentTypeDecoration<TResult, TVariables>
2750
2750
{
2751
- __apiType?: DocumentTypeDecoration<TResult, TVariables>['__apiType'];
2751
+ __apiType?: NonNullable< DocumentTypeDecoration<TResult, TVariables>['__apiType']> ;
2752
2752
private value: string;
2753
2753
public __meta__?: Record<string, any> | undefined;
2754
2754
@@ -3047,7 +3047,7 @@ export * from "./gql.js";`);
3047
3047
extends String
3048
3048
implements DocumentTypeDecoration<TResult, TVariables>
3049
3049
{
3050
- __apiType?: DocumentTypeDecoration<TResult, TVariables>['__apiType'];
3050
+ __apiType?: NonNullable< DocumentTypeDecoration<TResult, TVariables>['__apiType']> ;
3051
3051
private value: string;
3052
3052
public __meta__?: Record<string, any> | undefined;
3053
3053
0 commit comments