@@ -2463,7 +2463,7 @@ export * from "./gql.js";`);
24632463 extends String
24642464 implements DocumentTypeDecoration<TResult, TVariables>
24652465 {
2466- __apiType?: DocumentTypeDecoration<TResult, TVariables>['__apiType'];
2466+ __apiType?: NonNullable< DocumentTypeDecoration<TResult, TVariables>['__apiType']> ;
24672467 private value: string;
24682468 public __meta__?: Record<string, any> | undefined;
24692469
@@ -2608,7 +2608,7 @@ export * from "./gql.js";`);
26082608 extends String
26092609 implements DocumentTypeDecoration<TResult, TVariables>
26102610 {
2611- __apiType?: DocumentTypeDecoration<TResult, TVariables>['__apiType'];
2611+ __apiType?: NonNullable< DocumentTypeDecoration<TResult, TVariables>['__apiType']> ;
26122612 private value: string;
26132613 public __meta__?: Record<string, any> | undefined;
26142614
@@ -2748,7 +2748,7 @@ export * from "./gql.js";`);
27482748 extends String
27492749 implements DocumentTypeDecoration<TResult, TVariables>
27502750 {
2751- __apiType?: DocumentTypeDecoration<TResult, TVariables>['__apiType'];
2751+ __apiType?: NonNullable< DocumentTypeDecoration<TResult, TVariables>['__apiType']> ;
27522752 private value: string;
27532753 public __meta__?: Record<string, any> | undefined;
27542754
@@ -3047,7 +3047,7 @@ export * from "./gql.js";`);
30473047 extends String
30483048 implements DocumentTypeDecoration<TResult, TVariables>
30493049 {
3050- __apiType?: DocumentTypeDecoration<TResult, TVariables>['__apiType'];
3050+ __apiType?: NonNullable< DocumentTypeDecoration<TResult, TVariables>['__apiType']> ;
30513051 private value: string;
30523052 public __meta__?: Record<string, any> | undefined;
30533053
0 commit comments