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 8d69e9f commit 055282aCopy full SHA for 055282a
packages/proto-loader/README.md
@@ -114,8 +114,8 @@ Consume the types:
114
```ts
115
import * as grpc from '@grpc/grpc-js';
116
import * as protoLoader from '@grpc/proto-loader';
117
-import { ProtoGrpcType } from './proto/example';
118
-import { ExampleHandlers } from './proto/example_package/Example';
+import type { ProtoGrpcType } from './proto/example.ts';
+import type { ExampleHandlers } from './proto/example_package/Example.ts';
119
120
const exampleServer: ExampleHandlers = {
121
// server handlers implementation...
0 commit comments