feat: add non-auth apps and flowCount in getConnectedApps

This commit is contained in:
Ali BARIN
2022-08-05 16:13:50 +02:00
parent ae8f701e5c
commit 533d73d718
5 changed files with 35 additions and 6 deletions

View File

@@ -147,6 +147,7 @@ export interface IApp {
authenticationSteps: IAuthenticationStep[];
reconnectionSteps: IAuthenticationStep[];
connectionCount: number;
flowCount: number;
triggers: any[];
actions: any[];
connections: IConnection[];