refactor: Pass connection, flow and step as params to apps
This commit is contained in:
2
packages/types/index.d.ts
vendored
2
packages/types/index.d.ts
vendored
@@ -15,6 +15,7 @@ export interface IConnection {
|
||||
verified: boolean;
|
||||
count: number;
|
||||
flowCount: number;
|
||||
appData?: IApp;
|
||||
createdAt: string;
|
||||
}
|
||||
|
||||
@@ -57,6 +58,7 @@ export interface IStep {
|
||||
executionSteps: IExecutionStep[];
|
||||
// FIXME: remove this property once execution steps are properly exposed via queries
|
||||
output: IJSONObject;
|
||||
appData?: IApp;
|
||||
}
|
||||
|
||||
export interface IFlow {
|
||||
|
Reference in New Issue
Block a user