refactor: drop assembled section order echo

This commit is contained in:
Tianyi Cui
2026-07-14 04:41:23 +08:00
parent 0236a12324
commit 26e2fe9356
7 changed files with 28 additions and 25 deletions

View File

@@ -544,7 +544,7 @@ export const TYPE_API: readonly TypeApiEntry[] = [
},
{
name: 'AssembledSection',
declaration: 'export interface AssembledSection {\n name: string;\n order: number;\n text: string;\n}',
declaration: 'export interface AssembledSection {\n name: string;\n text: string;\n}',
},
{
name: 'BashExecRequest',