Forked from ceveyne/draw-things-chat
Project Files
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;
}