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