slack sync

This commit is contained in:
Arjun 2026-02-25 21:49:07 +05:30
parent 720e2c4d6e
commit a8b7b0ba1a
4 changed files with 313 additions and 0 deletions

View file

@ -7,6 +7,7 @@ export const ServiceName = z.enum([
'fireflies',
'granola',
'voice_memo',
'slack',
]);
const ServiceEventBase = z.object({