We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6511f02 commit 5b4436bCopy full SHA for 5b4436b
1 file changed
types/drawflow/index.d.ts
@@ -630,6 +630,7 @@ export interface DrawflowConnection {
630
}
631
632
export interface DrawflowConnectionDetail {
633
+ output: string;
634
input: string;
635
node: string;
636
0 commit comments