update: the ai interface and enum

This commit is contained in:
mahyargdz
2025-07-26 14:34:04 +03:30
parent a753badcef
commit 6b6566b982
9 changed files with 69 additions and 57 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export const enum EmailHeaderKey {
XTrustedSources = "X-Trusted-Sources",
}
export enum Priority {
export enum PriorityEnum {
High = "high",
Normal = "normal",
Low = "low",