mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-01 13:59:54 +00:00
[TS] Update type to reflect actual usage (#2788)
This commit is contained in:
@@ -14,8 +14,8 @@ export class ConnectingLinkImpl implements ConnectingLink {
|
||||
constructor(
|
||||
public node: LGraphNode,
|
||||
public slot: number,
|
||||
public input: INodeInputSlot | undefined,
|
||||
public output: INodeOutputSlot | undefined,
|
||||
public input: INodeInputSlot | null | undefined | any,
|
||||
public output: INodeOutputSlot | null | undefined | any,
|
||||
public pos: Vector2,
|
||||
public afterRerouteId?: RerouteId
|
||||
) {}
|
||||
|
||||
Reference in New Issue
Block a user