From b5864b219dbef13d9856789cd5085e195ae51223 Mon Sep 17 00:00:00 2001 From: asansal Date: Mon, 27 Oct 2025 11:57:51 +0700 Subject: [PATCH] add receiver --- src/types/earchive.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/types/earchive.ts b/src/types/earchive.ts index 5a62eb2..f526079 100644 --- a/src/types/earchive.ts +++ b/src/types/earchive.ts @@ -17,7 +17,8 @@ export enum TypeDocument { export enum TypeReceiver { "Personal" = "P", - "Department" = "D" + "Department" = "D", + "Tembusan" = "T" }; export enum TypePriority {