mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-31 19:45:15 +02:00
refactor(automation): drop Capability registry
This commit is contained in:
parent
9fa35f21cf
commit
7ac99b89a0
6 changed files with 3 additions and 70 deletions
|
|
@ -10,5 +10,5 @@ from typing import Any
|
|||
class TriggerDefinition:
|
||||
type: str
|
||||
description: str
|
||||
config_schema: dict[str, Any]
|
||||
params_schema: dict[str, Any]
|
||||
payload_schema: dict[str, Any]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue