3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-23 17:45:03 +00:00
This commit is contained in:
metal 2021-09-14 14:43:11 +00:00 committed by almeidx
parent 0f0f47a390
commit 25573b10d7
No known key found for this signature in database
GPG key ID: F403F80B79353CB4

View file

@ -120,4 +120,8 @@ export const AvailableTriggers = t.type({
thread_create: ThreadCreateTrigger.configType,
thread_delete: ThreadDeleteTrigger.configType,
thread_archive: ThreadArchiveTrigger.configType,
thread_unarchive: ThreadUnarchiveTrigger.configType,
thread_lock: ThreadLockTrigger.configType,
thread_unlock: ThreadUnlockTrigger.configType,
});