update: the ai interface and enum
This commit is contained in:
@@ -34,7 +34,7 @@ export const enum EmailHeaderKey {
|
||||
XTrustedSources = "X-Trusted-Sources",
|
||||
}
|
||||
|
||||
export enum Priority {
|
||||
export enum PriorityEnum {
|
||||
High = "high",
|
||||
Normal = "normal",
|
||||
Low = "low",
|
||||
|
||||
Reference in New Issue
Block a user