feat: add is_flow_synced and source_tree_name to Step types

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
chihlasm
2026-02-25 13:46:17 -05:00
parent f767f7df60
commit 74d78dc454

View File

@@ -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