first commit

This commit is contained in:
Дмитрий
2026-03-24 14:18:09 +03:00
commit 01821526d2
10 changed files with 923 additions and 0 deletions

View 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";