UPDATE: fk

This commit is contained in:
libertyspy
2026-02-09 14:53:05 +08:00
parent 0ffc42ab69
commit fcab8585c5
4 changed files with 92 additions and 79 deletions

View File

@@ -71,6 +71,7 @@ export interface BaseElement {
export interface GraphTaskElement extends BaseElement {
template: number;
templateType: NullableString,
inputs: any;
outputs: any;
variables: ElementVariable[];