UNPKG

neos-script

Version:

[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)

12 lines 397 B
import { member } from "../../../../core"; export interface OnStartNodeInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; Started?: member<any>; OnlyHost?: member<any>; } export declare function OnStartNode(props: OnStartNodeInput): any; //# sourceMappingURL=OnStartNode.d.ts.map