Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/@grpc/grpc-js/src/generated/google/protobuf/Any.ts

// Original file: null

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);
}
Back to Directory File Manager