fix: add search users event to index ts
All checks were successful
Publish / Publish Job (push) Successful in 2m31s

This commit is contained in:
Дмитрий
2026-04-10 18:10:07 +03:00
parent 61c5f3cb84
commit 602b805789
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@lendry-erp/contracts",
"version": "1.1.1",
"version": "1.1.2",
"description": "Protobuf definitions and generated TypeScript types",
"type": "commonjs",
"main": "./dist/index.js",

View File

@@ -1 +1,2 @@
export * from "./audit-logs.interface";
export * from "./search-users.interface";