Add step_id to flow in progress type (#5769)

This commit is contained in:
Paulus Schoutsen 2020-05-06 03:54:32 -07:00 committed by GitHub
parent 3216a46e76
commit db07eeb916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ export interface DataEntryFlowProgressedEvent {
export interface DataEntryFlowProgress {
flow_id: string;
handler: string;
step_id: string;
context: {
title_placeholders: { [key: string]: string };
[key: string]: any;