This commit is contained in:
fro1991
2025-10-23 13:41:39 +07:00
4 changed files with 51 additions and 3 deletions

8
src/types/earchive.ts Normal file
View File

@ -0,0 +1,8 @@
export enum StatusDocument {
"rejected" = -3,
"draft" = -1,
"submitted" = 0,
"approval" = 1,
"disposition" = 2,
};