fix: remove imports google any and status protobufs

This commit is contained in:
Дмитрий
2026-03-30 16:22:49 +03:00
parent b16f526fb5
commit f592ccc021
5 changed files with 0 additions and 58 deletions

View File

@@ -1,16 +0,0 @@
// 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";