Project Init

This commit is contained in:
Muluhabt
2026-05-29 15:23:46 +03:00
commit 2fbc557aac
67387 changed files with 6063341 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
//#region src/error-codes.d.ts
declare const RUNTIME_001 = "RUNTIME-001";
declare const RUNTIME_002 = "RUNTIME-002";
declare const RUNTIME_003 = "RUNTIME-003";
declare const RUNTIME_004 = "RUNTIME-004";
declare const RUNTIME_005 = "RUNTIME-005";
declare const RUNTIME_006 = "RUNTIME-006";
declare const RUNTIME_007 = "RUNTIME-007";
declare const RUNTIME_008 = "RUNTIME-008";
declare const RUNTIME_009 = "RUNTIME-009";
declare const RUNTIME_010 = "RUNTIME-010";
declare const RUNTIME_011 = "RUNTIME-011";
declare const RUNTIME_012 = "RUNTIME-012";
declare const RUNTIME_013 = "RUNTIME-013";
declare const RUNTIME_014 = "RUNTIME-014";
declare const RUNTIME_015 = "RUNTIME-015";
declare const TYPE_001 = "TYPE-001";
declare const BUILD_001 = "BUILD-001";
declare const BUILD_002 = "BUILD-002";
//#endregion
export { BUILD_001, BUILD_002, RUNTIME_001, RUNTIME_002, RUNTIME_003, RUNTIME_004, RUNTIME_005, RUNTIME_006, RUNTIME_007, RUNTIME_008, RUNTIME_009, RUNTIME_010, RUNTIME_011, RUNTIME_012, RUNTIME_013, RUNTIME_014, RUNTIME_015, TYPE_001 };
//# sourceMappingURL=error-codes.d.ts.map