📄 Any.d.ts
/home/palash/git/site/node_modules/@grpc/grpc-js/build/src/generated/google/protobuf/Any.d.ts
Language: ts • Lines: 9
import type { AnyExtension } from '@grpc/proto-loader';
export type Any = AnyExtension | {
    type_url: string;
    value: Buffer | Uint8Array | string;
};
export interface Any__Output {
    'type_url': (string);
    'value': (Buffer);
}