We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4acc9e commit d6170acCopy full SHA for d6170ac
packages/plugins/typescript/typed-document-node/src/index.ts
@@ -51,7 +51,7 @@ export class TypedDocumentString<TResult, TVariables>
51
this.__meta__ = __meta__;
52
}
53
54
- toString(): string & DocumentTypeDecoration<TResult, TVariables> {
+ override toString(): string & DocumentTypeDecoration<TResult, TVariables> {
55
return this.value;
56
57
}`,
0 commit comments