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 fa17a61 commit 95be24fCopy full SHA for 95be24f
scripts/apitypings/main.go
@@ -805,7 +805,7 @@ func (g *Generator) typescriptType(ty types.Type) (TypescriptType, error) {
805
return TypescriptType{
806
ValueType: "any",
807
AboveTypeLine: fmt.Sprintf("%s\n%s",
808
- indentedComment("Empty interface{} type, cannot resolve any type."),
+ indentedComment("Empty interface{} type, cannot resolve the type."),
809
// Linter needs to be disabled here, or else it will complain about the "any" type.
810
indentedComment("eslint-disable-next-line @typescript-eslint/no-explicit-any"),
811
),
0 commit comments