feat: task lane persistence + sidebar cleanup #121
@@ -1,3 +1,5 @@
|
|||||||
|
import type { ScriptParameter } from './scripts'
|
||||||
|
|
||||||
export interface ScriptBuilderSessionSummary {
|
export interface ScriptBuilderSessionSummary {
|
||||||
id: string
|
id: string
|
||||||
language: string
|
language: string
|
||||||
@@ -47,4 +49,6 @@ export interface SaveToLibraryRequest {
|
|||||||
description?: string
|
description?: string
|
||||||
category_id?: string
|
category_id?: string
|
||||||
share_with_team?: boolean
|
share_with_team?: boolean
|
||||||
|
script_body?: string
|
||||||
|
parameters_schema?: { parameters: ScriptParameter[] }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user