mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-09-01 19:09:20 +02:00
feat: add reactions (#1074)
This commit is contained in:
@@ -130,3 +130,16 @@ export interface JSONSchema {
|
||||
>
|
||||
required?: Array<string>
|
||||
}
|
||||
|
||||
export interface Reaction {
|
||||
id: string
|
||||
|
||||
name: string
|
||||
trigger: string
|
||||
triggerdata: any
|
||||
action: string
|
||||
actiondata: any
|
||||
|
||||
created: string
|
||||
updated: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user