mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-19 05:52:26 +00:00
4 lines
61 B
TypeScript
4 lines
61 B
TypeScript
export enum GmailEvents {
|
|
SentEmail = 'gmail.email.Sent'
|
|
}
|