mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-20 11:22:25 +02:00
4 lines
61 B
TypeScript
4 lines
61 B
TypeScript
export enum GmailEvents {
|
|
SentEmail = 'gmail.email.Sent'
|
|
}
|