Archived
1
0

feat: Добавлен пакет с общими описаниями типов для бекенда и фронтенда

This commit is contained in:
2025-11-19 10:14:37 +03:00
parent 6fd29f5408
commit 709054ed08
2 changed files with 112 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"name": "@p1ctos4ve/shared-types",
"version": "1.0.0",
"main": "./index.ts",
"types": "./index.ts",
"exports": {
".": "./index.ts"
}
}