first commit
This commit is contained in:
16
gen/google/protobuf/any.ts
Normal file
16
gen/google/protobuf/any.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
// 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";
|
||||
18
gen/google/rpc/status.ts
Normal file
18
gen/google/rpc/status.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-ts_proto v2.11.6
|
||||
// protoc v7.34.1
|
||||
// source: google/rpc/status.proto
|
||||
|
||||
/* eslint-disable */
|
||||
import { Any } from "../protobuf/any";
|
||||
|
||||
export const protobufPackage = "google.rpc";
|
||||
|
||||
export interface Status {
|
||||
code: number;
|
||||
message: string;
|
||||
details: Any[];
|
||||
}
|
||||
|
||||
export const GOOGLE_RPC_PACKAGE_NAME = "google.rpc";
|
||||
Reference in New Issue
Block a user