remove: delete register methods
Some checks failed
Publish / Publish Job (push) Failing after 1m9s

This commit is contained in:
Дмитрий
2026-03-28 11:44:02 +03:00
parent 0d3bf2ca36
commit b8715f8f31
4 changed files with 0 additions and 295 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";