update product full

This commit is contained in:
2026-03-26 12:25:46 +03:00
parent f2b5f7006b
commit 4f5b557085
31733 changed files with 2762883 additions and 5 deletions

7
dist/app.service.d.ts vendored Normal file
View File

@@ -0,0 +1,7 @@
export declare class AppService {
getHealth(): {
status: string;
service: string;
timestamp: string;
};
}