Forked from ceveyne/draw-things-chat
Forked from ceveyne/draw-things-chat
src / types / grpc-shims.d.ts
declare module "@grpc/grpc-js" {
const anyGrpc: any;
export = anyGrpc;
}
declare module "@grpc/proto-loader" {
const anyProtoLoader: any;
export = anyProtoLoader;
}
src / types / grpc-shims.d.ts
declare module "@grpc/grpc-js" {
const anyGrpc: any;
export = anyGrpc;
}
declare module "@grpc/proto-loader" {
const anyProtoLoader: any;
export = anyProtoLoader;
}