feat: maintenance flow UX redesign — batch hub, context strip, run history upgrades #89
@@ -123,6 +123,18 @@ export interface ProceduralStep {
|
||||
reference_url?: string
|
||||
}
|
||||
|
||||
export interface CustomProceduralStep {
|
||||
id: string
|
||||
type: 'procedure_step'
|
||||
title: string
|
||||
description?: string
|
||||
content_type: 'action'
|
||||
commands?: CommandBlock[]
|
||||
isCustom: true
|
||||
}
|
||||
|
||||
export type RuntimeStep = ProceduralStep | CustomProceduralStep
|
||||
|
||||
export interface ProceduralTreeStructure {
|
||||
steps: ProceduralStep[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user