You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @ts-nocheck Failing tests will have type errors, but we cannot suppress them even with @ts-expect-error because it doesn't work for a block of lines.
4
3
import { {{client}}, {{#lambda.titlecase}}{{client}}{{/lambda.titlecase}} } from '{{{import}}}';
5
4
import { echoRequester } from '@experimental-api-clients-automation/requester-node-http';
5
+
import type { EchoResponse } from '@experimental-api-clients-automation/requester-node-http';
0 commit comments