17 lines
376 B
TypeScript
17 lines
376 B
TypeScript
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-ts_proto v2.11.6
|
|
// protoc v7.34.1
|
|
// source: google/protobuf/any.proto
|
|
|
|
/* eslint-disable */
|
|
|
|
export const protobufPackage = "google.protobuf";
|
|
|
|
export interface Any {
|
|
typeUrl: string;
|
|
value: Uint8Array;
|
|
}
|
|
|
|
export const GOOGLE_PROTOBUF_PACKAGE_NAME = "google.protobuf";
|