Open aphofstede opened 8 months ago
Great, was able to reproduce. Submitted https://github.com/googleapis/gapic-generator-typescript/pull/1543 as a fix.
@aphofstede, I've just released 5.1.1 which should contain the fix for this. Could I trouble you to give it a try and see if it works?
Works. ty
I think they got removed again
Environment details
Steps to reproduce
Since v5, in TypeScript, resolve the google.cloud.tasks.v2.ITask interface from the package.
Seems to resolve fine in the IDE, but during TS compilation / Jest test run the error appears.
EDIT: Workaround: Use the namespaced type name directly, e.g.