Fix type error (#27250)

This commit is contained in:
GuanMu
2025-10-22 13:06:15 +08:00
committed by GitHub
parent 26ff59172e
commit 73e217ab0d
4 changed files with 34 additions and 4 deletions

View File

@@ -21,5 +21,8 @@ export const outputToVarInInspect = ({
value_type: VarType.string, // TODO: wait for api or get from node
value,
edited: false,
visible: true,
is_truncated: false,
full_content: { size_bytes: 0, download_url: '' },
}
}