Skip to content

Commit 5b4436b

Browse files
authored
Update index.d.ts
Add missing output
1 parent 6511f02 commit 5b4436b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

types/drawflow/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@ export interface DrawflowConnection {
630630
}
631631

632632
export interface DrawflowConnectionDetail {
633+
output: string;
633634
input: string;
634635
node: string;
635636
}

0 commit comments

Comments
 (0)