diff --git a/frontend/src/types/step.ts b/frontend/src/types/step.ts index 54d5df29..08f76383 100644 --- a/frontend/src/types/step.ts +++ b/frontend/src/types/step.ts @@ -28,6 +28,8 @@ export interface Step { helpful_no: number is_featured: boolean is_verified: boolean + is_flow_synced: boolean + source_tree_name: string | null created_by: string author_name?: string created_at: string @@ -46,6 +48,8 @@ export interface StepListItem { rating_average: number rating_count: number is_featured: boolean + is_flow_synced: boolean + source_tree_name: string | null created_by: string author_name?: string created_at: string