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:
@@ -28,6 +28,8 @@ export interface Step {
|
|||||||
helpful_no: number
|
helpful_no: number
|
||||||
is_featured: boolean
|
is_featured: boolean
|
||||||
is_verified: boolean
|
is_verified: boolean
|
||||||
|
is_flow_synced: boolean
|
||||||
|
source_tree_name: string | null
|
||||||
created_by: string
|
created_by: string
|
||||||
author_name?: string
|
author_name?: string
|
||||||
created_at: string
|
created_at: string
|
||||||
@@ -46,6 +48,8 @@ export interface StepListItem {
|
|||||||
rating_average: number
|
rating_average: number
|
||||||
rating_count: number
|
rating_count: number
|
||||||
is_featured: boolean
|
is_featured: boolean
|
||||||
|
is_flow_synced: boolean
|
||||||
|
source_tree_name: string | null
|
||||||
created_by: string
|
created_by: string
|
||||||
author_name?: string
|
author_name?: string
|
||||||
created_at: string
|
created_at: string
|
||||||
|
|||||||
Reference in New Issue
Block a user