Skip to content

Commit

Permalink
feat: return related model ids from prepare action
Browse files Browse the repository at this point in the history
  • Loading branch information
ingmar-stipriaan committed Sep 12, 2022
1 parent 4806165 commit 90e832f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prefabs/types/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ export interface PreparedAction {
relatedIdProperties: Record<string, string>;
resultVariable: ActionVariable;
recordInputVariable: ActionVariable;
relatedModelIds: Record<string, string>;
}

0 comments on commit 90e832f

Please sign in to comment.