feat: add dynamic flow app icons

This commit is contained in:
Ali BARIN
2022-08-06 23:41:39 +02:00
parent 82bdf9d3b1
commit 744b31aad6
8 changed files with 58 additions and 20 deletions

View File

@@ -45,6 +45,7 @@ export interface IStep {
flowId: string;
key: string;
appKey: string;
iconUrl: string;
type: 'action' | 'trigger';
connectionId: string;
status: string;