Type alias LGraphNodeExecutable

LGraphNodeExecutable: LGraphNode & {
    onExecute: NonNullable<LGraphNode["onExecute"]>;
}

Type declaration