refactor: Remove webhook from IDatabaseCollections (no-changelog) (#6745)

* refactor: Remove webhook from `IDatabaseCollections`

* refactor: Remove also from `collections`
This commit is contained in:
Iván Ovejero
2023-07-26 11:58:38 +02:00
committed by GitHub
parent 5b99f1e177
commit 40d7419821
2 changed files with 0 additions and 2 deletions

View File

@@ -103,7 +103,6 @@ export interface IDatabaseCollections extends Record<string, Repository<any>> {
Tag: TagRepository;
User: UserRepository;
Variables: VariablesRepository;
Webhook: WebhookRepository;
Workflow: WorkflowRepository;
WorkflowStatistics: WorkflowStatisticsRepository;
WorkflowTagMapping: WorkflowTagMappingRepository;