fix sequence number and tokens in result panel

This commit is contained in:
JzoNg
2024-03-13 18:13:16 +08:00
parent 68fa81ec82
commit 1728513634
4 changed files with 5 additions and 5 deletions

View File

@ -50,11 +50,11 @@ export type NodeTracingListResponse = {
export type WorkflowStartedResponse = {
task_id: string
workflow_run_id: string
sequence_number: number
event: string
data: {
id: string
workflow_id: string
sequence_number: number
created_at: number
}
}